Skip to content

Commit

Permalink
Run mypyc tests with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jan 28, 2025
1 parent 93d1ce4 commit c880458
Showing 1 changed file with 36 additions and 30 deletions.
66 changes: 36 additions & 30 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,39 +31,45 @@ jobs:
include:
# Make sure to run mypyc compiled unit tests for both
# the oldest and newest supported Python versions
- name: Test suite with py39-ubuntu, mypyc-compiled
python: '3.9'
os: ubuntu-24.04-arm
toxenv: py
tox_extra_args: "-n 4"
test_mypyc: true
- name: Test suite with py39-windows-64
python: '3.9'
os: windows-latest
toxenv: py39
tox_extra_args: "-n 4"
- name: Test suite with py310-ubuntu
python: '3.10'
os: ubuntu-24.04-arm
toxenv: py
tox_extra_args: "-n 4"
- name: Test suite with py311-ubuntu, mypyc-compiled
python: '3.11'
os: ubuntu-24.04-arm
toxenv: py
tox_extra_args: "-n 4"
test_mypyc: true
- name: Test suite with py312-ubuntu, mypyc-compiled
python: '3.12'
os: ubuntu-24.04-arm
toxenv: py
tox_extra_args: "-n 4"
test_mypyc: true
# - name: Test suite with py39-ubuntu, mypyc-compiled
# python: '3.9'
# os: ubuntu-24.04-arm
# toxenv: py
# tox_extra_args: "-n 4"
# test_mypyc: true
# - name: Test suite with py39-windows-64
# python: '3.9'
# os: windows-latest
# toxenv: py39
# tox_extra_args: "-n 4"
# - name: Test suite with py310-ubuntu
# python: '3.10'
# os: ubuntu-24.04-arm
# toxenv: py
# tox_extra_args: "-n 4"
# - name: Test suite with py311-ubuntu, mypyc-compiled
# python: '3.11'
# os: ubuntu-24.04-arm
# toxenv: py
# tox_extra_args: "-n 4"
# test_mypyc: true
# - name: Test suite with py312-ubuntu, mypyc-compiled
# python: '3.12'
# os: ubuntu-24.04-arm
# toxenv: py
# tox_extra_args: "-n 4"
# test_mypyc: true
# - name: Test suite with py313-ubuntu, mypyc-compiled
# python: '3.13'
# os: ubuntu-24.04-arm
# toxenv: py
# tox_extra_args: "-n 4"
# test_mypyc: true
- name: Test suite with py313-ubuntu, mypyc-compiled
python: '3.13'
os: ubuntu-24.04-arm
os: windows-latest
toxenv: py
tox_extra_args: "-n 4"
tox_extra_args: "-n 4 mypyc/test/test_run.py"
test_mypyc: true

# - name: Test suite with py314-dev-ubuntu
Expand Down

0 comments on commit c880458

Please sign in to comment.