[CI/CD| run no race tests in CIs too #38092
Labels
ci-cd
CI, CD, testing, build issues
enhancement
New feature or request
good first issue
Good for newcomers
Component(s)
No response
Describe the issue you're reporting
Right now all the tests with
//go:build !race
are skipped in CIs e.g. http://github.com/open-telemetry/opentelemetry-collector-contrib/pull/38091, because the make test targets always enable race detector. Would be good to run those tests in CIs as well without the race detector.The text was updated successfully, but these errors were encountered: