Fix race detector CI.

pull/34/head
Ben Johnson 2014-04-11 15:15:56 -06:00
parent 2c8020ec8e
commit 02cd971daa
1 changed files with 1 additions and 1 deletions

View File

@ -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