Skip to content

Commit

Permalink
CI: Run clippy for all targets
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Jul 21, 2023
1 parent 28b1835 commit 168f3fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo clippy
with:
targets: x86_64-unknown-linux-gnu,aarch64-unknown-linux-gnu,riscv64gc-unknown-linux-gnu
components: clippy
- run: |
cargo clippy --target x86_64-unknown-linux-gnu
cargo clippy --target aarch64-unknown-linux-gnu
cargo clippy --target riscv64gc-unknown-linux-gnu
doc:
name: Check documentation
Expand Down

0 comments on commit 168f3fb

Please sign in to comment.