Skip to content

Commit

Permalink
pass target triple to clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Feb 13, 2020
1 parent cf9f4a1 commit 9a6ecaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ jobs:
- name: Clippy
run: |
rustup component add clippy
cargo clippy --all-targets --locked -- -D clippy::all
cargo clippy --all-targets --locked \
--target ${{ matrix.config.target }} \
-- -D clippy::all
- name: Rustfmt
run: |
Expand Down

0 comments on commit 9a6ecaf

Please sign in to comment.