]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Test 32-bit arch on CircleCI
authorMatt Joiner <anacrolix@gmail.com>
Fri, 26 Jul 2019 00:49:36 +0000 (10:49 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 26 Jul 2019 00:49:36 +0000 (10:49 +1000)
See https://github.com/anacrolix/missinggo/issues/16

.circleci/config.yml

index 66fe22a4c7e9a0e46a87af025d4c348203447bc6..6a568ec4134bd90ace64aca32e18760ce48c02b1 100644 (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" }}