Skip to content

Commit a24c4a2

Browse files
authored
Clean cache during CI tests (#307)
1 parent 49fd9ff commit a24c4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
version: v1.29
2121
- name: Test
22-
run: go test -race -timeout 10s ./...
22+
run: go clean -testcache ./... && go test -race -timeout 10s ./...

0 commit comments

Comments
 (0)