From d0a38114cc3dc896fb94ecfee2d81393f04ad26b Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Fri, 21 Feb 2025 09:04:17 -0800 Subject: [PATCH] Add cargo-udeps build step --- .gitea/workflows/rust.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/rust.yml b/.gitea/workflows/rust.yml index 31d40d5..0a92a14 100644 --- a/.gitea/workflows/rust.yml +++ b/.gitea/workflows/rust.yml @@ -49,3 +49,10 @@ jobs: - uses: actions/checkout@v4 - uses: actions-rust-lang/setup-rust-toolchain@v1 - run: cargo build + + - name: Run cargo-udeps + uses: aig787/cargo-udeps-action@v1 + with: + version: 'latest' + args: '--all-targets' +