diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca62b012..73028a5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,10 @@ on: pull_request: merge_group: +env: + RUSTFLAGS: -Dwarnings + RUSTDOCFLAGS: -Dwarnings + defaults: run: shell: bash @@ -24,8 +28,6 @@ jobs: components: clippy - name: Clippy run: cargo xtask clippy - env: - RUSTFLAGS: -Dwarnings fmt: name: Format