Skip to content

Commit 9bbe6af

Browse files
committed
fix(Makefile): remove test from all target to streamline the build process and ensure coverage checks are prioritized
1 parent a6240d0 commit 9bbe6af

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
@@ -24,4 +24,4 @@ coverage:
2424
# Run all checks required before pushing
2525
check: lint typecheck test
2626
fix: check format
27-
all: format check test coverage
27+
all: format check coverage

0 commit comments

Comments
 (0)