From: Philippe Antoine Date: Sat, 6 Jan 2024 21:16:24 +0000 (+0100) Subject: ci: run clippy on test code as well X-Git-Tag: suricata-8.0.0-beta1~1839 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bedd48596f16f375b7b77d031687f1225376c1e2;p=thirdparty%2Fsuricata.git ci: run clippy on test code as well --- diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b25c1bab58..42c1356572 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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