ci: run clippy on test code as well

pull/10167/head
Philippe Antoine 3 years ago committed by Victor Julien
parent 259cdf169e
commit bedd48596f

@ -83,5 +83,5 @@ jobs:
echo "::error ::Clippy --fix made changes, please fix"
exit 1
fi
- run: cargo clippy --all-features
- run: cargo clippy --all-features --all-targets
working-directory: rust

Loading…
Cancel
Save