mirror of
https://github.com/walles/moar.git
synced 2024-11-22 11:45:50 +03:00
Caching just made Windows slower
2m18s with a hot cache 1m11s without any cache at all Ref: * https://github.com/walles/moar/actions/runs/3730024138/jobs/6326593911 * https://github.com/walles/moar/actions/runs/3730108441/jobs/6326833806
This commit is contained in:
parent
49b45af8df
commit
49748f0c91
6
.github/workflows/windows-ci.yml
vendored
6
.github/workflows/windows-ci.yml
vendored
@ -11,11 +11,5 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
# 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