We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4813f16 commit 97e2332Copy full SHA for 97e2332
.circleci/config.yml
@@ -51,10 +51,6 @@ jobs:
51
- run: go test -v -race ./... -count 2
52
- run: go test -bench . ./...
53
- run: set +e; CGO_ENABLED=0 go test -v ./...; true
54
- - run: GO111MODULE=off go get golang.org/x/mobile/cmd/gomobile
55
- - run: gomobile init
56
- - run: gomobile build -target=android $PROJECT_GO_PACKAGE
57
- # - run: GO111MODULE=off go install github.com/anacrolix/godo
58
- run: go install ./cmd/torrentfs
59
- save_cache:
60
key: go-pkg-{{ checksum "go.mod" }}
0 commit comments