diff --git a/syndicate/Makefile b/syndicate/Makefile index 9b8fbbd..cd3ae5c 100644 --- a/syndicate/Makefile +++ b/syndicate/Makefile @@ -15,5 +15,7 @@ link: unlink: raco pkg remove $(PACKAGENAME) -test: setup +test: setup testonly + +testonly: raco test -p $(PACKAGENAME)