Skip to content

Commit fbec635

Browse files
clean cache
1 parent ea3984d commit fbec635

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cover.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
uses: actions/checkout@v2
1717
- name: Clean environment
1818
run: |
19-
go clean -modcache
19+
go clean -cache -testcache -modcache
2020
rm -f profile.cov
2121
- name: Test
2222
run: |
2323
go test -coverprofile=profile.cov ./...
2424
- name: Send coverage
2525
uses: shogo82148/actions-goveralls@v1
2626
with:
27-
path-to-profile: profile.cov
27+
path-to-profile: profile.cov

0 commit comments

Comments
 (0)