Enable -race in captplanet tests (#844)

This commit is contained in:
Egon Elbre 2018-12-12 21:53:08 +02:00 committed by GitHub
parent a6c7306350
commit 1a348fb356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ matrix:
- redis - redis
install: install:
- source scripts/install-awscli.sh - source scripts/install-awscli.sh
- go install storj.io/storj/cmd/captplanet - go install -race storj.io/storj/cmd/captplanet
script: script:
- make test-captplanet - make test-captplanet