Skip to content

Commit

Permalink
Add -race go build validation to travis (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekkagaijin authored Mar 18, 2018
1 parent 928111c commit 0a92527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ script:

# Verify that a vanilla Go build still works.
- make bin

# Verify that there aren't issues with correctness...
- go build -a -v -race main.go

# Verify tests.
- make test-bin
Expand Down

0 comments on commit 0a92527

Please sign in to comment.