Skip to content

Commit ca9ef43

Browse files
authored
chore: Check format and types before tests (#67)
1 parent add2c8b commit ca9ef43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build: ## [py] Build python package
99
uv build
1010

1111
.PHONY: check
12-
check: check-tests check-format check-types ## [py] Run python checks
12+
check: check-format check-types check-tests ## [py] Run python checks
1313

1414
.PHONY: check-tests
1515
check-tests: ## [py] Run python tests

0 commit comments

Comments
 (0)