Skip to content

Commit

Permalink
Run only slow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Jan 28, 2025
1 parent 5f16115 commit 91802cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_openvino_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Test with Pytest (slow)
run: |
pytest tests/openvino --durations=0
pytest tests/openvino -m "run_slow" --durations=0
env:
RUN_SLOW: 1
HF_HUB_READ_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}

0 comments on commit 91802cf

Please sign in to comment.