This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


The following commit(s) were added to refs/heads/main by this push:
     new b8ac5ef  chore(ci): Turn off fail-fast in rust.yml (#242)
b8ac5ef is described below

commit b8ac5efbe358ebb9344cf9177496447e233d2253
Author: Peter Nguyen <[email protected]>
AuthorDate: Sat Oct 25 02:30:38 2025 -0700

    chore(ci): Turn off fail-fast in rust.yml (#242)
---
 .github/workflows/rust.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 6095911..ee4a96d 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -48,6 +48,7 @@ env:
 jobs:
   rust:
     strategy:
+      fail-fast: false
       matrix:
         name: ["clippy", "docs", "test", "build"]
 

Reply via email to