Skip to content

Commit d70cc95

Browse files
add missing --testmon
Co-authored-by: Maxim Ivanov <41443370+ivanovmg@users.noreply.github.com>
1 parent 2889096 commit d70cc95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
uv run aibolit --version
2222

2323
test:
24-
uv run pytest --cov=aibolit/ test/
24+
uv run pytest --testmon --cov=aibolit/ test/
2525

2626
it:
2727
uv run python -m test.integration.test_patterns_and_metrics

0 commit comments

Comments
 (0)