From b19f08d9f013a839fdb12045ff87af371a2a1e27 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 9 Oct 2022 18:08:07 -0400 Subject: [PATCH] Fill out new backend names in ci script --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15a2763..c6d69ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,11 @@ jobs: matrix: os: [ubuntu-latest] python: ['3.10'] - spawn_backend: ['trio', 'mp'] + spawn_backend: [ + 'trio', + 'mp_spawn', + 'mp_forkserver', + ] steps: