chore: don't fail fast

This commit is contained in:
zhom
2026-02-24 06:31:18 +04:00
parent 4fed80cf3c
commit 8b83ece7be
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ permissions:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-22.04, windows-latest]
+1
View File
@@ -24,6 +24,7 @@ jobs:
rust-sync-e2e:
name: Rust Sync E2E Tests
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-22.04]