Merge pull request #3159 from ywk253100/170904_travis_race

Build test packages with race flag to decrease the UT time
This commit is contained in:
Wenkai Yin 2017-09-06 17:51:31 +08:00 committed by GitHub
commit f4df7ccec7

View File

@ -93,7 +93,7 @@ script:
- sudo ./ldapprepare.sh
- sudo ./admiral.sh
- cd ..
- go test -i ./src/ui ./src/adminserver ./src/jobservice
- go test -race -i ./src/ui ./src/adminserver ./src/jobservice
- sudo -E env "PATH=$PATH" ./tests/coverage4gotest.sh
- goveralls -coverprofile=profile.cov -service=travis-ci