Skip to content

Commit 24a95fc

Browse files
committed
fix: add duration parameter to pytest command in CI workflow
1 parent 65b3687 commit 24a95fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
run: uv sync --all-extras
4848

4949
- name: Run pytest
50-
run: uv run pytest --cov=mitreattack
50+
run: uv run pytest --cov=mitreattack --duration=20

0 commit comments

Comments
 (0)