mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +00:00
.github: Run clippy checks over tests on aarch64
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
719c9b8233
commit
735457f0e1
4
.github/workflows/quality-aarch64.yaml
vendored
4
.github/workflows/quality-aarch64.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user