Skip to content

Commit

Permalink
Merge pull request #366 from getyourguide/gha-updates
Browse files Browse the repository at this point in the history
no vet in test, update caches
  • Loading branch information
Smeb authored Nov 27, 2023
2 parents 1436789 + dabcc1c commit 5e7da37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
gofumpt -d .
[ -z "$(gofumpt -l .)" ]
- name: Test
run: go test -count=1 ./...
run: go test -vet=off -count=1 ./...
- name: Test with -race
run: go test -race -count=1 ./...
run: go test -vet=off -race -count=1 ./...

0 comments on commit 5e7da37

Please sign in to comment.