We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc32dcf commit e21b2eeCopy full SHA for e21b2ee
1 file changed
.github/workflows/test.yml
@@ -25,8 +25,5 @@ jobs:
25
- name: Download dependencies
26
run: go mod download
27
28
- - name: Run tests
29
- run: go test -v ./...
30
-
31
- name: Run tests with race detection
32
run: go test -race -v ./...
0 commit comments