build: Make cargo fmt check apply to all packages

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford 2024-09-28 10:00:58 +01:00
parent 88a9f79944
commit 13cf7a1315

View File

@ -50,7 +50,7 @@ jobs:
git checkout ${{ github.sha }}
- name: Formatting (rustfmt)
run: cargo fmt -- --check
run: cargo fmt --all -- --check
- name: Clippy (kvm)
uses: actions-rs/cargo@v1