Skip to content

Commit

Permalink
go test -race
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Jun 23, 2020
1 parent cf36833 commit 84f2baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ _testmain.go
*.exe
*.test
*.prof
coverage.txt
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go:
sudo: false
script:
- go install -v ./...
- 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 84f2baa

Please sign in to comment.