aboutsummaryrefslogtreecommitdiff
path: root/travis_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis_tests.sh')
-rwxr-xr-xtravis_tests.sh2
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=$?