Fill out new backend names in ci script

spawn_backend_table
Tyler Goodlet 2022-10-09 18:08:07 -04:00
parent 2c20b2d64f
commit b19f08d9f0
1 changed files with 5 additions and 1 deletions

View File

@ -60,7 +60,11 @@ jobs:
matrix:
os: [ubuntu-latest]
python: ['3.10']
spawn_backend: ['trio', 'mp']
spawn_backend: [
'trio',
'mp_spawn',
'mp_forkserver',
]
steps: