Skip to content

Commit

Permalink
Clean cache during CI tests (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
teivah authored Apr 6, 2021
1 parent 49fd9ff commit a24c4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
version: v1.29
- name: Test
run: go test -race -timeout 10s ./...
run: go clean -testcache ./... && go test -race -timeout 10s ./...

0 comments on commit a24c4a2

Please sign in to comment.