mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +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:
|
with:
|
||||||
use-cross: true
|
use-cross: true
|
||||||
command: clippy
|
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)
|
- name: Clippy (default features)
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
use-cross: true
|
use-cross: true
|
||||||
command: clippy
|
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