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.
1 parent d7915f6 commit fba9bc2Copy full SHA for fba9bc2
.github/workflows/go.yml
@@ -34,4 +34,4 @@ jobs:
34
run: go build -v .
35
36
- name: Test
37
- run: go test -v .
+ run: go test -v ./...
0 commit comments