Compare commits

...

1 Commits

Author SHA1 Message Date
Guillaume Ballet
d50373a632
.github/workflows: disable cache 2024-06-04 15:32:55 +02:00

@ -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: