Fix failure in CI on non-critical test due to set -e

This commit is contained in:
Matt Joiner 2018-06-11 12:44:12 +10:00
parent ab48d4731c
commit e9040f8f74
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- run: go test -v -race $PROJECT_GO_PACKAGE/...
- run: go test -bench . $PROJECT_GO_PACKAGE/...
- run: CGO_ENABLED=0 go get -t -d -v $PROJECT_GO_PACKAGE/...
- run: CGO_ENABLED=0 go test -v $PROJECT_GO_PACKAGE/... || true
- run: set +e; CGO_ENABLED=0 go test -v $PROJECT_GO_PACKAGE/...; true
- run: go get golang.org/x/mobile/cmd/gomobile
- run: gomobile init
- run: gomobile build -target=android $PROJECT_GO_PACKAGE