aboutsummaryrefslogtreecommitdiffstats
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 4ef3b4585..5ea34c242 100644
--- a/Makefile
+++ b/Makefile
@@ -219,7 +219,7 @@ tidy:
test:
$(GO) test -short ./...
- $(GO) test -short -race ./...
+ $(GO) test -short -race -bench=.* ./...
arch:
env GOOG=darwin GOARCH=amd64 go install github.com/google/syzkaller/syz-manager