Skip to content

Commit 14eec84

Browse files
committed
chore(Makefile): remove test from check target to streamline pre-push checks
1 parent 9eaeea8 commit 14eec84

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
@@ -22,6 +22,6 @@ coverage:
2222
pytest --cov=src/mcp_shell_server tests
2323

2424
# Run all checks required before pushing
25-
check: lint typecheck test
25+
check: lint typecheck
2626
fix: check format
2727
all: format check coverage

0 commit comments

Comments
 (0)