From 7b7041e50e5def657c40159879bd937e65c74d5c Mon Sep 17 00:00:00 2001 From: osanseviero Date: Mon, 25 Dec 2023 10:47:35 +0100 Subject: [PATCH] Make tests not depend on each other --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21dde7a3b..6af98a350 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,7 @@ jobs: test: needs: check_code_quality strategy: + fail-fast: false matrix: test: ['unit', 'parity'] os: [ubuntu-latest, windows-latest]