github actions smoke-test: run with data race detector (#988)

Run the github actions smoke tests with data race detector enabled, so
we can detect if a PR introduces a simple data race.
This commit is contained in:
Wade Simmons
2023-10-31 10:32:39 -04:00
committed by GitHub
parent 77a8ce1712
commit 0912ef14f4
2 changed files with 2 additions and 1 deletions

View File

@@ -210,6 +210,7 @@ smoke-relay-docker: bin-docker
cd .github/workflows/smoke/ && ./smoke-relay.sh
smoke-docker-race: BUILD_ARGS = -race
smoke-docker-race: CGO_ENABLED = 1
smoke-docker-race: smoke-docker
.FORCE: