forked from TrueCloudLab/rclone
Add "-race" test to travis.
This commit is contained in:
parent
79fd662676
commit
3219334c3e
1 changed files with 1 additions and 0 deletions
|
@ -9,3 +9,4 @@ go:
|
||||||
script:
|
script:
|
||||||
- go get ./...
|
- go get ./...
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
- go test -cpu=2 -race -v ./...
|
||||||
|
|
Loading…
Add table
Reference in a new issue