diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 283b658..fba8c7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: fail-fast: false matrix: os: [windows-latest, macos-latest, ubuntu-latest] + toolchain: [stable, nightly] steps: - uses: actions/checkout@v4 @@ -69,6 +70,7 @@ jobs: fail-fast: false matrix: os: [windows-latest, macos-latest, ubuntu-latest] + toolchain: [stable, nightly] steps: - uses: actions/checkout@v4 @@ -88,6 +90,7 @@ jobs: fail-fast: false matrix: os: [windows-latest, macos-latest, ubuntu-latest] + toolchain: [stable, nightly] runs-on: ${{ matrix.os }} steps: