summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-08-25 14:06:56 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-08-25 14:06:56 +0800
commitef67b325d5d8bddef4238f2b10b744500a553506 (patch)
tree8e8a82546a1f2b35d83837ef5e4eb4b472c312c7 /.github
parent1891892b39cdfabbaea0b5c95da390b6351b4f8f (diff)
CI: disable fail fast
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 7e46649..a1a7061 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -12,6 +12,7 @@ jobs:
RUST_BACKTRACE: 1
runs-on: ${{ matrix.os }}
strategy:
+ fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust: [stable, nightly]