Skip to content

Commit

Permalink
Run cargo machete in github CI
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Babrou <[email protected]>
  • Loading branch information
drcaramelsyrup and bobrik committed Dec 27, 2024
1 parent a37224b commit 42e11c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
pingora:
strategy:
matrix:
# nightly, MSRV, and latest stable
toolchain: [nightly, 1.72, 1.82.0]
runs-on: ubuntu-latest
# Only run on "pull_request" event for external PRs. This is to avoid
Expand Down Expand Up @@ -51,3 +52,7 @@ jobs:
- name: Run cargo audit
run: |
[[ ${{ matrix.toolchain }} != 1.82.0 ]] || (cargo install cargo-audit && cargo audit)
- name: Run cargo machete
run: |
[[ ${{ matrix.toolchain }} != 1.72.0 ]] || (cargo install cargo-machete && cargo machete)

0 comments on commit 42e11c4

Please sign in to comment.