diff --git a/Makefile b/Makefile index af99754..e3bb1a4 100644 --- a/Makefile +++ b/Makefile @@ -48,5 +48,5 @@ clean: # run all of the unit tests .PHONY: test -test: +test: $(prog) $(plugin_binaries) go test ./tests/generate_test.go --tags=all \ No newline at end of file