From 176fe158d15ffe57d20ba73b9bb8c7f70c12b7b2 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Sun, 1 Dec 2024 14:10:57 +0100 Subject: [PATCH] Do not fail-fast so tests for different python version independent --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6756d22a..8d813780 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: strategy: matrix: python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + fail-fast: false services: rabbitmq: