From: Jason Ish Date: Sat, 28 Jan 2023 18:54:36 +0000 (-0600) Subject: github-ci/rust: display clippy diff X-Git-Tag: suricata-7.0.0-rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d8130614e53a762ea83765752f9aa03ba8c640b;p=thirdparty%2Fsuricata.git github-ci/rust: display clippy diff --- diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a0767af130..9c56ade0c5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -71,6 +71,7 @@ jobs: - run: | diff=$(git diff) if [ "${diff}" ]; then + echo "${diff}" echo "::error ::Clippy --fix made changes, please fix" exit 1 fi