diff --git a/.github/workflows/tests_and_checks.yml b/.github/workflows/tests_and_checks.yml index 27c38d45..abc03bdb 100644 --- a/.github/workflows/tests_and_checks.yml +++ b/.github/workflows/tests_and_checks.yml @@ -154,8 +154,13 @@ jobs: experimental: [false] include: - os: windows-latest + rust-toolchain: stable + experimental: false rustflags: -C target-feature=+crt-static + - os: windows-latest + rust-toolchain: nightly experimental: true + rustflags: -C target-feature=+crt-static runs-on: ${{ matrix.os }} steps: