Skip to content

Commit

Permalink
Test with local flag to slow it down
Browse files Browse the repository at this point in the history
  • Loading branch information
ToveRumar committed Jan 11, 2025
1 parent a8f6692 commit fb38cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
venv/bin/pip install -e .
- name: Run test suite
run: venv/bin/python -m pytest --verbose --junit-xml ${{env.TEST_FILE}}.xml
run: venv/bin/python -m pytest --local --verbose --junit-xml ${{env.TEST_FILE}}.xml

- name: Pretty print test results
if: always()
Expand Down

0 comments on commit fb38cd3

Please sign in to comment.