.circleci/config.yml | 2 +- diff --git a/.circleci/config.yml b/.circleci/config.yml index cc3a2d3ef50d583ae45e9fba2bf6b17aebd790ab..f1919a1a31e2a5220b808ff4f4ee5a60a7716445 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ - run: go test -v -race ./... -count 2 - run: go test -bench . ./... # - run: CGO_ENABLED=0 go get -t -d -v $PROJECT_GO_PACKAGE/... - run: set +e; CGO_ENABLED=0 go test -v ./...; true - - run: go get golang.org/x/mobile/cmd/gomobile + - run: go install golang.org/x/mobile/cmd/gomobile - run: gomobile init - run: gomobile build -target=android $PROJECT_GO_PACKAGE - run: go get github.com/anacrolix/godo