diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 7a141412..66fb7c76 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -27,7 +27,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: --all-targets --all-features + args: --all-targets --all-features -- --allow clippy::style - name: Test uses: actions-rs/cargo@v1 with: