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 5173b39 commit d7ad19fCopy full SHA for d7ad19f
.github/workflows/test.yml
@@ -17,4 +17,4 @@ jobs:
17
run: go mod download
18
19
- name: Run tests
20
- run: go test -race ./...
+ run: go test -v -race ./...
0 commit comments