Don’t do race detection testing in CI environment

This commit is contained in:
Tobie Morgan Hitchcock 2018-03-19 11:32:38 +00:00
parent a21e3daa0b
commit 13e89972fa

View file

@ -20,9 +20,6 @@ jobs:
- run:
name: Tests
command: make tests
- run:
name: Racer
command: make racer
- run:
name: Build
command: make build