diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0535996..dec543d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: cargo test --no-default-features --features $FEATURES - name: Lint run: | - cargo clippy --no-default-features --features $FEATURES + cargo clippy --no-default-features --features $FEATURES -- -D warnings - name: Check format run: | cargo fmt -- --check