Skip to content

Commit

Permalink
Set GOTEST_RACE=0 for CI tests (#20)
Browse files Browse the repository at this point in the history
Fix #19
  • Loading branch information
pwaller authored and mewmew committed Dec 26, 2019
1 parent d231a92 commit 0c66cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ before_script:
- wget https://github.com/mewmew/ci/raw/master/get_tools.sh
- chmod +x get_tools.sh
- ./get_tools.sh
- wget https://github.com/mewmew/ci/raw/master/ci_checks.sh
- wget https://github.com/pwaller/ci/raw/pwaller-patch-1/ci_checks.sh
- chmod +x ci_checks.sh

script:
- ./ci_checks.sh
- GOTEST_RACE=0 ./ci_checks.sh

0 comments on commit 0c66cc4

Please sign in to comment.