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 82e1f83 commit ebd0439Copy full SHA for ebd0439
.github/workflows/ci.yml
@@ -17,5 +17,5 @@ jobs:
17
- name: Test
18
run: |
19
#go vet ./...
20
- go test -race ./...
+ go test -v -race ./...
21
go test -bench=.
0 commit comments