Advent of Code solutions in Rust

ci: run tests through nextest on spindle

+4
+4
.tangled/workflows/rust.yml
··· 12 12 - rustc 13 13 - cargo 14 14 - clippy 15 + - cargo-nextest 15 16 16 17 steps: 17 18 - name: "Build all projects" ··· 20 21 - name: "Clippy" 21 22 command: | 22 23 cargo clippy --all-targets 24 + - name: Run tests 25 + command: | 26 + cargo nextest run --release