diff --git a/Makefile b/Makefile index 689a632..0ca212f 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,4 @@ clean: # run all of the unit tests test: - go test ./tests --tags=all + go test ./tests/generate_test.go --tags=all