.github: Run clippy checks over tests on aarch64

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-04-13 12:20:00 +01:00
parent 719c9b8233
commit 735457f0e1

View File

@ -37,11 +37,11 @@ jobs:
with:
use-cross: true
command: clippy
args: --target=${{ matrix.target }} --all --no-default-features --features "common,kvm" -- -D warnings
args: --target=${{ matrix.target }} --tests --all --no-default-features --features "common,kvm" -- -D warnings
- name: Clippy (default features)
uses: actions-rs/cargo@v1
with:
use-cross: true
command: clippy
args: --target=${{ matrix.target }} --all -- -D warnings
args: --target=${{ matrix.target }} --tests --all -- -D warnings