Skip to content

Commit

Permalink
Added -race tag for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Corbin Phelps committed Aug 21, 2018
1 parent 8dce545 commit 2185fd3
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 @@ -55,7 +55,7 @@ compile-only: deps-only

test: deps
@echo "=== $(INTEGRATION) === [ test ]: Running unit tests..."
@gocov test $(GO_PKGS) | gocov-xml > coverage.xml
@gocov test -race $(GO_PKGS) | gocov-xml > coverage.xml

# Include thematic Makefiles
include Makefile-*.mk
Expand Down

0 comments on commit 2185fd3

Please sign in to comment.