Skip to content

Commit

Permalink
bug: fix golangci-lint Cannot open: File exists error by skipping cache
Browse files Browse the repository at this point in the history
  • Loading branch information
h5law committed Jan 18, 2024
1 parent 91d2907 commit 943669e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
version: latest
only-new-issues: true
args: --timeout 15m --issues-exit-code=1
skip-cache: true

- name: Test
run: make go_test

0 comments on commit 943669e

Please sign in to comment.