Skip to content

Commit

Permalink
Detect race conditions when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Nov 14, 2018
1 parent d808d12 commit 4133066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,6 +2,6 @@ language: go
before_install:
- go get github.com/mattn/goveralls
script:
- go test -v ./...
- go test -race -v ./...
after_success:
- $HOME/gopath/bin/goveralls -service=travis-ci -ignore=duo_go_demo/duo_go_demo.go

0 comments on commit 4133066

Please sign in to comment.