build: Apply cargo fmt check to fuzz workspace

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford 2024-09-28 10:01:35 +01:00
parent 13cf7a1315
commit f041c940a7
15 changed files with 47 additions and 30 deletions

View file

@ -52,6 +52,9 @@ jobs:
- name: Formatting (rustfmt)
run: cargo fmt --all -- --check
- name: Formatting (fuzz) (rustfmt)
run: cargo fmt --all --manifest-path fuzz/Cargo.toml -- --check
- name: Clippy (kvm)
uses: actions-rs/cargo@v1
with: