diff --git a/Makefile b/Makefile
index 09d8ecaf07..768ec0b32b 100644
--- a/Makefile
+++ b/Makefile
@@ -46,3 +46,6 @@ clean:
 
 clean-mac: clean
 	find . -name ".DS_Store" -print0 | xargs -0 rm
+
+test:
+	go test ./...