Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Use race detector only once for PRs #352

Merged
merged 1 commit into from
May 19, 2021
Merged

Conversation

rhcarvalho
Copy link
Contributor

@rhcarvalho rhcarvalho commented May 19, 2021

We run tests on well-supported platforms, such that there is little
chance the race detector will detect a race in one operating system but
not in the others.

We can save resources, human and machine, by not using the race detector
too many times in every PR.

To be on the safe side, leave it on for pushes to master and release
branches.

Remove it from GOPATH Mode completely since it is redundant.

We run tests on well-supported platforms, such that there is little
chance the race detector will detect a race in one operating system but
not in the others.

We can save resources, human and machine, by not using the race detector
too many times in every PR.

To be on the safe side, leave it on for pushes to master and release
branches.

Remove it from GOPATH Mode completely since it is redundant.
@rhcarvalho rhcarvalho enabled auto-merge (squash) May 19, 2021 21:08
@rhcarvalho rhcarvalho merged commit 75a734a into master May 19, 2021
@rhcarvalho rhcarvalho deleted the go-test-race-only-once branch May 19, 2021 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants