diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7443178..28b4dd6 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-2024-05-11 + - nightly-2024-05-12 + - nightly-2024-05-13 + - nightly-2024-05-14 + - nightly-2024-05-15 # 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