diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df75e1c..6093260 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,4 +81,4 @@ jobs: - uses: actions-rs/cargo@v1 with: command: clippy - args: --all-targets --all-features # -D warnings <-- Uncomment to fail when there is a clippy warning + args: --all-targets --all-features -D warnings