diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 75843c7c..fc5d6498 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -26,4 +26,4 @@ jobs: - name: install pytest run: pip install pytest pytest-xdist pytest-sugar pytest-durations - name: Run tests - run: pytest --capture=sys --verbose --showlocals --tb=long --durations=5 --numprocesses=auto tests/test_steps.py + run: pytest --capture=sys --verbose --showlocals --tb=long --numprocesses=auto tests/test_steps.py