Remove the race flag in the build to unblock the front end team.

Per @goller's instruction
pull/10616/head
Andrew Watkins 2016-09-22 11:44:20 -07:00
parent f237cc714f
commit 105b800ecb
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jsdep:
test: jstest gotest
gotest:
go test -race ./...
go test ./...
jstest:
cd ui && npm test