diff --git a/Makefile b/Makefile index e65468f..62cae02 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,11 @@ lint: golangci-lint run -test_unit: +test_unit: clean_test_unit_results go test ./... -v +clean_test_unit_results: + rm cmd/gen/conditions/*_conditions.go + rm cmd/gen/conditions/tests/**/badaas-orm.go + .PHONY: test_unit \ No newline at end of file