Skip to content

Commit

Permalink
chore: move cover to -race test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiaguinho committed Aug 3, 2020
1 parent da3e045 commit 2fd08a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -28,8 +28,7 @@ before_script:
- sh testdata/schema.sh
script:
- sh testdata/migrations_test.sh
- env go test -race ./...
- go test -v -covermode=count -coverprofile=coverage.out ./...
- env go test -race -covermode=atomic -coverprofile=coverage.out ./...
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN

deploy:
Expand Down

0 comments on commit 2fd08a7

Please sign in to comment.