diff --git a/Makefile b/Makefile
index b70db00389dae62594c03a3e9e204b92b6eb2d95..2337c4163f876d88875a0030d8128f2da7f17dbc 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ assets: httpbin/assets/*
 	go-bindata -o httpbin/assets.go -pkg=httpbin -prefix=httpbin/assets httpbin/assets
 
 test: assets
-	go test -v github.com/mccutchen/go-httpbin/httpbin
+	go test github.com/mccutchen/go-httpbin/httpbin
 
 testcover: assets
 	mkdir -p dist