Skip to content

Commit

Permalink
add cargo deny to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 22, 2023
1 parent f9b6841 commit 3a26ae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update && rustup component add clippy rustfmt
- run: rustup update && rustup component add clippy rustfmt && cargo install cargo-deny
- run: cargo fmt -- --check
- run: cargo clippy --all --all-targets --all-features
- run: cargo deny check

test:
name: 🧪 Tests
Expand Down

0 comments on commit 3a26ae7

Please sign in to comment.