Skip to content

Commit

Permalink
Run cargo deny as part of nightly build
Browse files Browse the repository at this point in the history
Also added corresponding configuration that allows the crate to pass
the checks.
  • Loading branch information
sophokles73 committed Feb 25, 2025
1 parent f49e264 commit f7c7661
Show file tree
Hide file tree
Showing 4 changed files with 863 additions and 304 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
check-latest-deps:
uses: eclipse-uprotocol/ci-cd/.github/workflows/rust-verify-latest-deps.yaml@main

cargo-deny:
uses: eclipse-uprotocol/ci-cd/.github/workflows/rust-deny-check.yaml@main
with:
arguments: --all-features --locked --exclude-dev

test-all-features:
uses: eclipse-uprotocol/ci-cd/.github/workflows/rust-test-featurematrix.yaml@main

Expand Down
Loading

0 comments on commit f7c7661

Please sign in to comment.