From 1765f529f3342dcd48b404cc8132d536b022f8af Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Thu, 14 Dec 2023 16:43:05 +0100 Subject: [PATCH] Test more platforms --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bf06db..733e83f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,11 @@ jobs: - run: cargo doc --no-deps --document-private-items test: - runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + os: [ubuntu-latest, windows-latest, macos-latest] + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable