Skip to content

Commit

Permalink
remove --race test
Browse files Browse the repository at this point in the history
  • Loading branch information
tutumagi committed Aug 15, 2020
1 parent ed24ae9 commit 2f7e393
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 @@ -8,7 +8,7 @@ before_install:
- go get -t -v ./...

script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
- go test -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 2f7e393

Please sign in to comment.