This commit is contained in:
parent
d88f907c03
commit
8b011941c4
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -21,10 +21,10 @@ jobs:
|
|||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
run: cargo test --all-features
|
run: cargo test --lib --all-features
|
||||||
|
|
||||||
- name: rustfmt
|
- name: rustfmt
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
|
|
||||||
- name: clippy
|
# - name: clippy
|
||||||
run: cargo clippy --all --all-features --tests -- -D warnings
|
# run: cargo clippy --lib --all-features --tests -- -D warnings
|
||||||
|
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -29,6 +29,14 @@ version = "0.2.21"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "aoc-autobuild"
|
||||||
|
version = "0.3.0"
|
||||||
|
dependencies = [
|
||||||
|
"aoc-runner",
|
||||||
|
"aoc2024",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aoc-runner"
|
name = "aoc-runner"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
|
@ -18,3 +18,7 @@ thread_local = "1.1.8"
|
|||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
|
|
||||||
|
[workspace]
|
||||||
|
members = [ ".", "utils/grid", "target/aoc/aoc-autobuild" ]
|
||||||
|
default-members = [ ".", "utils/*" ]
|
Loading…
x
Reference in New Issue
Block a user