diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba85dfe..08cc78f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,6 +90,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Checking for presence of Rust Nightly + run: rustup run nightly rustc --version + - name: Run checks using cargo-minimal-versions run: just all_features=${{ matrix.all-features }} check-minimal