Skip to content

Commit

Permalink
Merge pull request #22 from k1LoW/no-cahce
Browse files Browse the repository at this point in the history
No need to use cache
  • Loading branch information
genkiroid committed Nov 29, 2022
2 parents 3b8d7e7 + 774db00 commit c04334e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true

- name: Run tests
run: go test ./... -coverprofile=coverage.out -covermode=count
Expand Down

0 comments on commit c04334e

Please sign in to comment.