Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For all builds, we were running `go test -race`, and for a specific version of Go, we were running the code coverage suite on success. The code coverage uses `-covermode=atomic`, which is equivalent of running with `-race`, so we will now run the code coverage in the `script: ` section for that Go version and `go test -race` for the other. This prevents the double tests for the target Go version.
- Loading branch information