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

Per @goller's instruction
pull/103/head
Andrew Watkins 2016-09-22 11:44:20 -07:00
parent 846958ef1d
commit 9683e277f7
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