Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: don't use
go test -race
on Windows
It's just too slow, at 6m when linux does more and only takes 1m. Luckily, the vast majority of our code is not GOOS-specific, so running the race detector on linux is most likely enough. This should cut down Windows builds by over two minutes, as that's how long `go test -race` takes there. For consistency, drop -race on Mac as well.
- Loading branch information