CI: create fake inputs so tests can run
All checks were successful
test / AoC 2024 (push) Successful in 1m27s
All checks were successful
test / AoC 2024 (push) Successful in 1m27s
This commit is contained in:
parent
74a6b16924
commit
8ae2115b52
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@ -20,6 +20,11 @@ jobs:
|
|||||||
components: clippy, rustfmt
|
components: clippy, rustfmt
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|
||||||
|
- name: fake inputs
|
||||||
|
run: |
|
||||||
|
mkdir -p input/2024/
|
||||||
|
for i in $(seq 1 25); do touch input/2024/day${i}.txt; done
|
||||||
|
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
run: cargo test --lib --all-features
|
run: cargo test --lib --all-features
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user