We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5019b commit bf80f16Copy full SHA for bf80f16
.github/workflows/test.yml
@@ -35,4 +35,4 @@ jobs:
35
- name: Fetch Repository
36
uses: actions/checkout@v3
37
- name: Run Test
38
- run: go test -race
+ run: go test ./... -v -race
0 commit comments