Skip to content

Commit

Permalink
add all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Nov 29, 2021
1 parent d04497c commit 0dfd652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
override: true
components: clippy, rustfmt
- name: Clippy Lint
run: cargo clippy --all -- -D warnings
run: cargo clippy --all-targets -- -D warnings

lint-rustfmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0dfd652

Please sign in to comment.