diff --git a/backend/Makefile b/backend/Makefile index 4242101..f229c0f 100755 --- a/backend/Makefile +++ b/backend/Makefile @@ -42,4 +42,4 @@ mdown: .PHONY: model model: - @go run . model \ No newline at end of file + go test -run ^Test_GenModel \ No newline at end of file