.github/workflows: disable cache
This commit is contained in:
parent
125fb1ff58
commit
d50373a632
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue