diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4079983d..c8295166 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,8 +12,8 @@ jobs: - uses: actions/checkout@v4 - run: sh tests/check-msrv-consistency.sh - run: | - rustup install --profile minimal stable - rustup default stable + rustup install --profile minimal nightly + rustup default nightly - uses: Swatinem/rust-cache@v2 - run: cargo check --all-targets