fix: do not save cache on i386 builds (#10464)
This commit is contained in:
parent
d3935414b5
commit
10b5ddb846
|
|
@ -182,15 +182,6 @@ jobs:
|
||||||
- run: 'GOARCH=386 make check'
|
- run: 'GOARCH=386 make check'
|
||||||
- test-go:
|
- test-go:
|
||||||
arch: "386"
|
arch: "386"
|
||||||
- save_cache:
|
|
||||||
name: 'go module cache'
|
|
||||||
key: go-mod-v1-{{ checksum "go.sum" }}
|
|
||||||
paths:
|
|
||||||
- '/go/pkg/mod'
|
|
||||||
- persist_to_workspace:
|
|
||||||
root: '/go'
|
|
||||||
paths:
|
|
||||||
- '*'
|
|
||||||
test-go-mac:
|
test-go-mac:
|
||||||
executor: mac
|
executor: mac
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue