Update test.yml

This commit is contained in:
Jan 2024-12-26 16:54:51 +01:00 committed by GitHub
parent 07868fbccb
commit 43f5264163
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
name: Test name: Test
on: [push] on: [pull_request]
jobs: jobs:
test: test:
@ -20,4 +20,4 @@ jobs:
go-version: "1.22" go-version: "1.22"
- name: Test with Docker - name: Test with Docker
run: go test -v ./... run: go test -v ./...