Skip to content

Commit

Permalink
build: Do not clean when doing a check (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Nov 16, 2023
1 parent bed5a5d commit e7ca2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dump:

.PHONY: check
check: ## Runs all the checks
check: clean cs autoreview infection
check: cs autoreview infection


.PHONY: autoreview
Expand Down

0 comments on commit e7ca2dc

Please sign in to comment.