From 476765b685724065c1eef2ce4274b9704918ba72 Mon Sep 17 00:00:00 2001 From: sfja Date: Mon, 30 Mar 2026 11:08:01 +0200 Subject: [PATCH] warning -> error --- .github/workflows/game.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/game.yml b/.github/workflows/game.yml index cd3e5e3..44eb9d8 100644 --- a/.github/workflows/game.yml +++ b/.github/workflows/game.yml @@ -20,6 +20,8 @@ jobs: name: Lint runs-on: ubuntu-latest container: sfja/h5-mst-ci:game-ci + env: + RUSTFLAGS: "-Dwarnings" steps: - uses: actions/checkout@v6 - run: rustup default stable @@ -28,7 +30,6 @@ jobs: run: cargo check - name: Clippy working-directory: ./game - continue-on-error: true run: cargo clippy build_and_test: name: Build and test