Skip to content

Commit

Permalink
clean tests result before tests execution
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoLiberali committed Aug 7, 2023
1 parent 0282c42 commit f886391
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f886391

Please sign in to comment.