Skip to content

Commit

Permalink
.github/workflows: disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Jun 4, 2024
1 parent 125fb1f commit d50373a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.21.4
cache: false
- name: Run tests
run: go test -short ./...
env:
Expand Down

0 comments on commit d50373a

Please sign in to comment.