From bb19bacb7bf1579d7b036a5dd90baeb456a532ec Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Sun, 11 Feb 2024 00:25:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20CI:=20Fatal=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 289b1ac..4bba0cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: env: RUST_LOG: "trace" RUST_BACKTRACE: "full" + RUSTFLAGS: -D warnings runs-on: ${{ matrix.os }} strategy: matrix: