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 49fd9ff commit a24c4a2Copy full SHA for a24c4a2
.github/workflows/ci.yml
@@ -19,4 +19,4 @@ jobs:
19
with:
20
version: v1.29
21
- name: Test
22
- run: go test -race -timeout 10s ./...
+ run: go clean -testcache ./... && go test -race -timeout 10s ./...
0 commit comments