Skip to content

Commit

Permalink
Speedup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jan 28, 2025
1 parent a610fc9 commit 2d10a71
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,11 @@ jobs:
# toxenv: py
# tox_extra_args: "-n 4"
# test_mypyc: true
- name: Test suite with py313-ubuntu, mypyc-compiled
- name: Test suite with py313-windows
python: '3.13'
os: windows-latest
toxenv: py
tox_extra_args: "-n 4 mypyc/test/test_run.py"
- name: Test suite with py313-ubuntu, mypyc-compiled
python: '3.13'
os: windows-latest
toxenv: py
tox_extra_args: "-n 4 mypyc/test/test_run.py"
test_mypyc: true
tox_extra_args: "-n0 mypyc/test/test_commandline.py::TestCommandLine::commandline.test::testCompileMypyc"

# - name: Test suite with py314-dev-ubuntu
# python: '3.14-dev'
Expand Down Expand Up @@ -201,6 +195,7 @@ jobs:
runs-on: ubuntu-latest
name: Test mypyc suite with 32-bit Python
timeout-minutes: 60
if: false
env:
TOX_SKIP_MISSING_INTERPRETERS: False
# Rich (pip)
Expand Down

0 comments on commit 2d10a71

Please sign in to comment.