From 824d111b18baa15fb4ed294fa1b6936d6658ed47 Mon Sep 17 00:00:00 2001 From: Keenan Tims Date: Wed, 18 Dec 2024 15:34:05 -0800 Subject: [PATCH] ci: don't use '-D warnings' except for clippy run --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dcae391..16b953f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,6 +19,7 @@ jobs: cache: true components: clippy, rustfmt toolchain: stable + rustflags: "" - name: install cargo-aoc run: cargo install --locked cargo-aoc