Test 32-bit arch on CircleCI
See https://github.com/anacrolix/missinggo/issues/16
This commit is contained in:
parent
77b74dd39d
commit
011df3da4a
|
@ -47,6 +47,7 @@ jobs:
|
|||
- run: go test -v -race ./... -count 2
|
||||
- run: go test -bench . ./...
|
||||
- run: set +e; CGO_ENABLED=0 go test -v ./...; true
|
||||
- run: GOARCH=386 go test -v -race ./... -count 2 -bench .
|
||||
- run: go install ./cmd/torrentfs
|
||||
- save_cache:
|
||||
key: go-pkg-{{ checksum "go.mod" }}
|
||||
|
|
Loading…
Reference in New Issue