mirror of
https://github.com/walles/moar.git
synced 2024-11-22 11:45:50 +03:00
Cache was disabled by default
This commit is contained in:
parent
0422568939
commit
49b45af8df
2
.github/workflows/windows-ci.yml
vendored
2
.github/workflows/windows-ci.yml
vendored
@ -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 ./...
|
||||
|
Loading…
Reference in New Issue
Block a user