Enable cache in test jobs (#31)

This commit is contained in:
Francesco Renzi
2025-11-26 17:08:22 +00:00
committed by GitHub
parent dde6b4631c
commit 60ce378d14
+1 -1
View File
@@ -63,6 +63,6 @@ jobs:
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
cache: false
cache: true
- name: Run tests
run: go test ./...