diff options
Diffstat (limited to 'travis_tests.sh')
-rwxr-xr-x | travis_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis_tests.sh b/travis_tests.sh index cb4363c..5c51823 100755 --- a/travis_tests.sh +++ b/travis_tests.sh @@ -4,7 +4,7 @@ sleep 10 # run tests -go test -v +go test -v -race -coverprofile=coverage.txt -covermode=atomic RET_CODE=$? |