diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-04-11 15:15:56 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-04-11 15:15:56 -0600 |
commit | 02cd971daafd228bcb682e270ae9c00dbd11b5b2 (patch) | |
tree | cb28780a62b7b9146aadaa0cbc920e0fd11f273b /Makefile | |
parent | Merge pull request #127 from benbjohnson/nested-keys (diff) | |
download | dedo-02cd971daafd228bcb682e270ae9c00dbd11b5b2.tar.gz dedo-02cd971daafd228bcb682e270ae9c00dbd11b5b2.tar.xz |
Fix race detector CI.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |