Skip to content

Commit

Permalink
make: add -race to test target (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisjeffery committed Feb 14, 2017
1 parent 54f6616 commit e585d27
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 @@ -9,6 +9,6 @@ deps:

.PHONY: test
test:
govendor test -v -p=1 +local
govendor test -v -race -p=1 +local


0 comments on commit e585d27

Please sign in to comment.