Commit 974f4cad authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

travis: separate test runs for verbose and race.

The debug printout in the -race tests interferes with timing, so it
makes race conditions less likely to appear.
parent 38601914
......@@ -21,7 +21,9 @@ before_install:
- sudo chown root:$USER /etc/fuse.conf
install:
- go get -t ./...
- go get -t -race ./...
script:
- go test -v -race ./...
- go test -v ./...
- go test -race ./...
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment