aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-04-11 15:15:56 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-04-11 15:15:56 -0600
commit02cd971daafd228bcb682e270ae9c00dbd11b5b2 (patch)
treecb28780a62b7b9146aadaa0cbc920e0fd11f273b /Makefile
parentMerge pull request #127 from benbjohnson/nested-keys (diff)
downloaddedo-02cd971daafd228bcb682e270ae9c00dbd11b5b2.tar.gz
dedo-02cd971daafd228bcb682e270ae9c00dbd11b5b2.tar.xz
Fix race detector CI.
Diffstat (limited to 'Makefile')
-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