From a5354ded3f97519a580f61db14326d658a82500c Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 12 Jan 2023 17:42:19 +0000 Subject: [PATCH] ci: disable fail-fast This setting is true by default and causes Windows build to cancel when Linux fails due to flaky test and vice versa. Cancelled test then has to be restarted from scratch even though it was not going to fail. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee4abe96c..81c0b0077 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,7 @@ jobs: build_and_test: name: Build and test strategy: + fail-fast: false matrix: include: # Currently used Rust version.