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