Skip to content

Commit

Permalink
Specify --all-targets for cargo check / clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer committed Jun 16, 2024
1 parent e60884e commit f199402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --all-targets

fmt:
name: fmt
Expand Down Expand Up @@ -49,4 +50,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all-targets -- -D warnings

0 comments on commit f199402

Please sign in to comment.