Added Clippy to workflow
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 4s
Cargo Build & Test / Rust project - latest (stable) (pull_request) Failing after 3s

This commit is contained in:
Leon Wilzer 2023-11-09 00:15:51 +01:00
parent e2e699e934
commit c78d644876

View File

@ -20,4 +20,5 @@ jobs:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo test --verbose
- run: cargo clippy --verbose