Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
ci: clear cache before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Jun 11, 2020
1 parent 460ea88 commit 02a2d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Test
working-directory: src
run: go test -v ./...
run: go clean -testcache && go test -v ./...

build:
needs: test
Expand Down

0 comments on commit 02a2d1e

Please sign in to comment.