Skip to content

Commit

Permalink
ci: dev udeps (paradigmxyz#10855)
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 authored Sep 16, 2024
1 parent 5468921 commit 56fb18b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,20 @@ jobs:
components: rustfmt
- run: cargo fmt --all --check

udeps:
name: udeps
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall cargo-udeps --no-confirm
- run: cargo udeps --workspace --lib --examples --tests --benches --all-features --locked

book:
name: book
runs-on: ubuntu-latest
Expand Down Expand Up @@ -203,6 +217,7 @@ jobs:
- crate-checks
- docs
- fmt
- udeps
- book
- codespell
- grafana
Expand Down

0 comments on commit 56fb18b

Please sign in to comment.