Skip to content

Commit

Permalink
appveyor: temporarily disable race detector in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Sep 19, 2016
1 parent 1b2775f commit 0433b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ install:
- 7z x go%GOVERSION%.windows-amd64.zip -y -oC:\ > NUL
build_script:
- go get -d -t ./...
- go test -race ./...
- go test ./...

0 comments on commit 0433b40

Please sign in to comment.