CI: make a workspace
Some checks failed
test / AoC 2024 (push) Failing after 1m7s

This commit is contained in:
2024-12-13 18:09:16 -08:00
parent d88f907c03
commit 8b011941c4
3 changed files with 15 additions and 3 deletions

View File

@ -21,10 +21,10 @@ jobs:
toolchain: stable
- name: cargo test
run: cargo test --all-features
run: cargo test --lib --all-features
- name: rustfmt
run: cargo fmt --all -- --check
- name: clippy
run: cargo clippy --all --all-features --tests -- -D warnings
# - name: clippy
# run: cargo clippy --lib --all-features --tests -- -D warnings