aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0f904c8..bdc6afad 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ $(COVER_HTML): $(COVER_OUT)
$(COVER_OUT): $(SRC) $(SRC_TEST)
export GORACE=history_size=7 && \
export CGO_ENABLED=1 && \
- go test -race -count=1 -coverprofile=$@ ./...
+ go test -race -count=1 -p=1 -coverprofile=$@ ./...
coverbrowse: $(COVER_HTML)
xdg-open $<