Skip to content

Commit 42e11c4

Browse files
drcaramelsyrupbobrik
andcommittedDec 27, 2024
Run cargo machete in github CI
Co-authored-by: Ivan Babrou <github@ivan.computer>
1 parent a37224b commit 42e11c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
pingora:
77
strategy:
88
matrix:
9+
# nightly, MSRV, and latest stable
910
toolchain: [nightly, 1.72, 1.82.0]
1011
runs-on: ubuntu-latest
1112
# Only run on "pull_request" event for external PRs. This is to avoid
@@ -51,3 +52,7 @@ jobs:
5152
- name: Run cargo audit
5253
run: |
5354
[[ ${{ matrix.toolchain }} != 1.82.0 ]] || (cargo install cargo-audit && cargo audit)
55+
56+
- name: Run cargo machete
57+
run: |
58+
[[ ${{ matrix.toolchain }} != 1.72.0 ]] || (cargo install cargo-machete && cargo machete)

0 commit comments

Comments
 (0)
Please sign in to comment.