diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8a77a4a..a87c977 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: go-version-file: 'go.mod' - name: Test - run: go test -v ./... + run: go test -v ./... -vet=off env: CGO_ENABLED: 0 @@ -35,7 +35,7 @@ jobs: go-version-file: 'go.mod' - name: Test - run: go test -v ./... + run: go test -v ./... -vet=off env: CGO_ENABLED: 0 test-macos: @@ -50,4 +50,4 @@ jobs: go-version-file: 'go.mod' - name: Test - run: go test -v ./... \ No newline at end of file + run: go test -v ./... -vet=off \ No newline at end of file