Skip to content

Commit

Permalink
chore(ci): trying something...
Browse files Browse the repository at this point in the history
  • Loading branch information
clechasseur authored Oct 5, 2024
1 parent 8c0cf97 commit dc6b4f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dc6b4f5

Please sign in to comment.