Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjoy committed Jan 9, 2024
1 parent 6d16eb7 commit 0345569
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
if: ${{ matrix.features != '--features vendored' }}
- name: Install Rust toolchain
run: rustup toolchain install 1.63.0 --component clippy
- name: Cargo minimal versions
run: cargo +nightly-2023-05-19 -Z minimal-versions generate-lockfile
- name: Run check
run: cargo check --workspace --release ${{ matrix.features }}
- name: Run clippy
Expand Down

0 comments on commit 0345569

Please sign in to comment.