Skip to content

Commit

Permalink
tests should be run with race flag
Browse files Browse the repository at this point in the history
  • Loading branch information
imkira committed Mar 28, 2016
1 parent fcb57e6 commit ba1648b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ services:
env:
- AMQP_URL=amqp://guest:[email protected]:5672/ GOMAXPROCS=2

script: go test -v -tags integration ./...
script: go test -v -race -tags integration ./...

0 comments on commit ba1648b

Please sign in to comment.