diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ebce310..b2ce60aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: with: toolchain: stable components: clippy - - run: cargo clippy --locked --all-targets + - run: cargo clippy --locked --all-targets -- -D warnings rust-build: runs-on: ubuntu-latest