aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2025-01-28 05:27:52 -0500
committerGitHub <noreply@github.com>2025-01-28 11:27:52 +0100
commit0869a4f1f6e4b7cd327a0b14db08b070e963e776 (patch)
tree4e82004440dea226f09a357878a5681de5d37a7a
parent40da2ccac5935fc3a0d88e9cf8c3fda57d46ab6a (diff)
chore(ci): Let CI fail independently on each platform (#13446)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
-rw-r--r--.github/workflows/ci-tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 8f9f605c3..e40e5c35e 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
+ fail-fast: false
runs-on: "${{ matrix.os }}"
steps: