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