We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af50297 + 1ef05d0 commit fef128bCopy full SHA for fef128b
.github/workflows/go.yml
@@ -29,4 +29,4 @@ jobs:
29
run: go build -v .
30
31
- name: Test
32
- run: go test -race -vet "all" -v .
+ run: go test -race -vet "all" -v ./...
0 commit comments