Skip to content

Commit

Permalink
Add -race to go tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Apr 23, 2015
1 parent 6ff0204 commit e72ee7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ lint:

check: lint
@echo ""; echo " -- Unit testing Golang and JavaScript files -- ";
@go test ./...
@go test -race ./...
@cd $(JS_PATH); find . -maxdepth 1 -name "test_*" -exec nodeunit {} \;
@echo ""; echo " -- Testing complete -- ";

Expand Down

0 comments on commit e72ee7f

Please sign in to comment.