From 7ef2beefb6f37f2c914799aab2bd3bbd1e0ff532 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 18 May 2024 12:34:23 +0200 Subject: [PATCH] test where things started to go wrong --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7443178..f894d92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,15 +18,19 @@ jobs: test: name: Test Suite strategy: + fail-fast: false matrix: rust: - nightly + - nightly-2025-05-10 + - nightly-2025-05-11 + - nightly-2025-05-12 + - nightly-2025-05-13 + - nightly-2025-05-14 # Check a ~3 months old nightly as "oldest supported version" - nightly-2023-10-01 os: - ubuntu-latest - - macos-latest - - windows-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3