diff --git a/.github/workflows/ci-steps.yml b/.github/workflows/ci-steps.yml index 3813e2504..a5eb55945 100644 --- a/.github/workflows/ci-steps.yml +++ b/.github/workflows/ci-steps.yml @@ -62,7 +62,7 @@ jobs: run: cargo test ${{ inputs.profile }} ${{ inputs.features }} - name: cargo clippy if: inputs.toolchain == 'stable' - run: cargo clippy ${{ inputs.profile }} ${{ inputs.features }} -- -D warnings + run: cargo clippy ${{ inputs.profile }} ${{ inputs.features }} -- -D warnings -A clippy::uninlined_format_args - name: cargo doc run: env DOCS_RS=true cargo doc ${{ inputs.profile }} ${{ inputs.features }} --no-deps - name: cargo fmt