1
1
mirror of https://github.com/walles/moar.git synced 2024-08-17 16:00:22 +03:00

Cache was disabled by default

This commit is contained in:
Johan Walles 2022-12-19 10:26:01 +01:00
parent 0422568939
commit 49b45af8df

View File

@ -14,6 +14,8 @@ jobs:
# Add some caching, should help for PRs with multiple pushes.
- uses: actions/setup-go@v3
with:
cache: true
- run: go build
- run: go test -timeout 30s ./...