Skip to content

Commit

Permalink
CI: remove test -race from AppVeyor
Browse files Browse the repository at this point in the history
It's now failing because gcc isn't installed. We previously used a Go
installation downloaded from Google, and now we use the pre-installed
version from AppVeyor. Perhaps it's set up wrong, in a way that the C
compiler is misconfigured.

All in all, most code is OS-independent, so we don't really need to run
the race detector on Windows. We already run it on Linux.
  • Loading branch information
mvdan committed Sep 16, 2018
1 parent 3761b7f commit aa5b95c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -17,4 +17,3 @@ test_script:
- go get -d -t ./...
- go install ./...
- go test ./...
- go test -short -race ./...

0 comments on commit aa5b95c

Please sign in to comment.