We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d70d59 commit fa50b91Copy full SHA for fa50b91
.github/workflows/test.yml
@@ -101,6 +101,18 @@ jobs:
101
# tox_extra_args: "-n 4 mypyc/test/test_run.py mypyc/test/test_external.py"
102
# debug_build: true
103
104
+ - name: Parallel tests with py314-ubuntu, interpreted
105
+ python: '3.14'
106
+ os: ubuntu-24.04-arm
107
+ toxenv: py
108
+ tox_extra_args: "-n 4 --mypy-num-workers=4 mypy/test/testcheck.py"
109
+ - name: Parallel tests with py314-ubuntu, mypyc-compiled
110
111
112
113
114
+ test_mypyc: true
115
+
116
- name: Type check our own code (py39-ubuntu)
117
python: '3.9'
118
os: ubuntu-latest
0 commit comments