From 9869abed83925788d41005c1c4cb2c832fb8825b Mon Sep 17 00:00:00 2001 From: Cody Date: Sat, 4 Mar 2023 13:58:38 -0600 Subject: Let chains are nightly :rolling_eyes: --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/testing.yml') diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f2616d9..3a35a2b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,6 +4,7 @@ on: [push, pull_request] jobs: test: strategy: + fail-fast: false matrix: os: - ubuntu @@ -11,7 +12,6 @@ jobs: - macos rust: - nightly - - stable name: Test Rust ${{ matrix.rust }} on ${{ matrix.os }} runs-on: ${{ matrix.os }}-latest steps: @@ -19,4 +19,4 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: toolchain: ${{ matrix.rust }} - - run: cargo test --all-features + - run: cargo test --all-features --no-fail-fast -- cgit v1.2.3