Test 32-bit arch on CircleCI

See https://github.com/anacrolix/missinggo/issues/16
This commit is contained in:
Matt Joiner 2019-07-26 10:49:36 +10:00
parent 77b74dd39d
commit 011df3da4a
1 changed files with 1 additions and 0 deletions

View File

@ -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" }}