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 447ed2b commit efd713aCopy full SHA for efd713a
.github/workflows/test.yml
@@ -15,7 +15,7 @@ on:
15
- CREDITS
16
- LICENSE
17
18
-concurrency:
+concurrency:
19
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
20
cancel-in-progress: true
21
@@ -63,12 +63,13 @@ jobs:
63
os: ubuntu-latest
64
toxenv: py
65
tox_extra_args: "-n 2"
66
- - name: Test suite with py311-ubuntu
+ - name: Test suite with py311-ubuntu, mypyc-compiled
67
python: '3.11-dev'
68
arch: x64
69
70
71
72
+ test_mypyc: true
73
- name: mypyc runtime tests with py37-macos
74
python: '3.7'
75
0 commit comments