ci: don't use '-D warnings' except for clippy run
Some checks failed
test / AoC 2024 (push) Has been cancelled
Some checks failed
test / AoC 2024 (push) Has been cancelled
This commit is contained in:
parent
a1dceb6ff1
commit
824d111b18
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@ -19,6 +19,7 @@ jobs:
|
|||||||
cache: true
|
cache: true
|
||||||
components: clippy, rustfmt
|
components: clippy, rustfmt
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
rustflags: ""
|
||||||
|
|
||||||
- name: install cargo-aoc
|
- name: install cargo-aoc
|
||||||
run: cargo install --locked cargo-aoc
|
run: cargo install --locked cargo-aoc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user