We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5a2a6 commit 7575331Copy full SHA for 7575331
Makefile
@@ -230,7 +230,7 @@ flake-unit-trace:
230
231
flake-unit-race:
232
@$(call print, "Flake hunting races in unit tests.")
233
- while [ $$? -eq 0 ]; do $(GOLIST) | $(XARGS) env CGO_ENABLED=1 GORACE="history_size=7 halt_on_errors=1" $(GOTEST) -race -test.timeout=20m -count=1; done
+ while [ $$? -eq 0 ]; do make unit-race nocache=1; done
234
235
# =============
236
# FUZZING
0 commit comments