Skip to content

Commit

Permalink
make jit testing parallel for Python 3.11 and 3.12 (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-vi authored Jan 21, 2025
1 parent dd2b436 commit d317687
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,11 @@ jobs:
- name: Testing interpreter
if: matrix.python-version == '3.11' || matrix.python-version == '3.12'
#continue-on-error: true
run: |
python -m pytest \
thunder/tests/test_interpreter.py \
thunder/tests/test_jit_general.py \
-v -n 4 --durations=50 --cov=thunder
python -m pytest thunder/tests/test_jit_general.py -v --durations=50 --cov=thunder
- name: Statistics
run: |
coverage report
Expand Down

0 comments on commit d317687

Please sign in to comment.