aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb44a12..f4964a6 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,6 @@ test: fmt errcheck
@echo ""
@echo ""
@echo "=== RACE DETECTOR ==="
- @go test -v -race -test.run="TestSimulate_(100op|1000op|10000op)"
+ @go test -v -race -test.run="TestSimulate_(100op|1000op)"
.PHONY: bench cloc cover cpuprofile fmt memprofile test