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'
|
||||
- test-go:
|
||||
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:
|
||||
executor: mac
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue