1
1
mirror of https://github.com/walles/moar.git synced 2024-08-16 23:40:35 +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:
Johan Walles 2022-12-19 10:34:43 +01:00
parent 49b45af8df
commit 49748f0c91

View File

@ -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 ./...