From 3cfdd28ab7dc34b7c9aa27c0b7159794b048ea78 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Thu, 26 Sep 2024 11:55:16 +0200 Subject: [PATCH] ci: avoid fail fast in toolchains tests --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1a27ccf..3ca7b951 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,6 +48,7 @@ jobs: name: Tests runs-on: ubuntu-latest strategy: + fail-fast: false matrix: rust: - stable