Skip to content

Commit

Permalink
Run slow tests on Windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
helena-intel committed Jun 5, 2024
1 parent 6e4d5a8 commit 2662edf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_openvino_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
run: |
pytest tests/openvino/test_modeling_basic.py
- name: Slow tests (Linux)
- name: Slow tests
run: |
RUN_SLOW=1 pytest tests/openvino/test_modeling.py -s -m "run_slow" --durations=0
if: runner.os == 'Linux'

pytest tests/openvino/test_modeling.py -s -m "run_slow" --durations=0
env:
RUN_SLOW: 1

0 comments on commit 2662edf

Please sign in to comment.