Skip to content

Commit

Permalink
travis: turn on the race detector
Browse files Browse the repository at this point in the history
Fixes googleapis#237.

Change-Id: I9cc778935a3e4932f1eaaedd522435a141a810d4
Reviewed-on: https://code-review.googlesource.com/6791
Reviewed-by: Tuo Shan <[email protected]>
  • Loading branch information
rakyll committed Aug 24, 2016
1 parent 667e96c commit d3f15d9
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,4 +8,4 @@ install:
script:
- openssl aes-256-cbc -K $encrypted_912ff8fa81ad_key -iv $encrypted_912ff8fa81ad_iv -in key.json.enc -out key.json -d
- GCLOUD_TESTS_GOLANG_PROJECT_ID="dulcet-port-762" GCLOUD_TESTS_GOLANG_KEY="$(pwd)/key.json"
go test -v cloud.google.com/go/...
go test -race -v cloud.google.com/go/...

0 comments on commit d3f15d9

Please sign in to comment.