We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d5ff8 commit b8561e1Copy full SHA for b8561e1
1 file changed
.github/workflows/ci.yml
@@ -19,8 +19,5 @@ jobs:
19
go-version: 1.24.2
20
cache: true
21
22
- - name: Run tests
23
- run: go test -v ./...
24
-
25
- name: Run tests with race detection
26
- run: go test -race ./...
+ run: go test -race ./...
0 commit comments