From 56acac8c08ba0067746b411dae3dc7952578498e Mon Sep 17 00:00:00 2001 From: Sudheendra Gopinath Date: Wed, 3 Jun 2026 06:06:31 +0000 Subject: [PATCH] ci: set RUSTFLAGS=-D warnings to fail on compiler warnings Report warnings as errors. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6f2e4b..be2ce07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ on: env: CARGO_TERM_COLOR: always + RUSTFLAGS: "-D warnings" jobs: build-and-test: