From fca23430aba277fcd81c889c8cfe18d223b05a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Thu, 8 Feb 2024 16:32:33 +0100 Subject: [PATCH] ci: move environment variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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