mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-16 08:36:37 +02:00
Eliminate warnings, add clippy+cargo-audit to CI, add fuzz target
This commit is contained in:
@@ -17,6 +17,10 @@ jobs:
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo check --workspace
|
||||
- run: cargo test --workspace
|
||||
- run: cargo clippy --workspace -- -D warnings
|
||||
- run: |
|
||||
cargo install cargo-audit
|
||||
cargo audit
|
||||
- run: cargo doc --no-deps --document-private-items --workspace
|
||||
- name: Upload doc artifact
|
||||
if: github.ref == 'refs/heads/master'
|
||||
|
||||
Reference in New Issue
Block a user