Skip to content

Commit

Permalink
.github: workflows: Add clippy check using "gdb" feature
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
  • Loading branch information
rbradford committed Aug 19, 2022
1 parent c5eb240 commit 36cbe0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/quality-aarch64.yaml
Expand Up @@ -51,3 +51,10 @@ jobs:
use-cross: true
command: clippy
args: --target=${{ matrix.target }} --tests --all -- -D warnings

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

0 comments on commit 36cbe0e

Please sign in to comment.