Advent of Code solutions in Rust

ci: set up spindle workflow #1

merged opened by jonas.tngl.sh targeting main from jg/rmroslylwuuq
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:bgslv45eubr4gvkfwjd5kv7s/sh.tangled.repo.pull/3m6aesooymt22
+26
Diff #12
+26
.tangled/workflows/rust.yml
··· 1 + when: 2 + - event: ["push"] 3 + branch: ["main"] 4 + - event: ["pull_request"] 5 + branch: ["main"] 6 + 7 + engine: "nixery" 8 + 9 + dependencies: 10 + nixpkgs: 11 + - gcc 12 + - rustc 13 + - cargo 14 + - clippy 15 + - cargo-nextest 16 + 17 + steps: 18 + - name: "Build all projects" 19 + command: | 20 + cargo build --release --verbose --locked 21 + - name: "Clippy" 22 + command: | 23 + cargo clippy --release --workspace --locked 24 + - name: Run tests 25 + command: | 26 + cargo nextest run --release --locked

History

13 rounds 0 comments
sign up or login to add to the discussion
3 commits
expand
ci: add workflow for building project on tangled spindle
ci: run clippy on spindle
ci: run tests through nextest on spindle
1/1 success
expand
expand 0 comments
pull request successfully merged
3 commits
expand
ci: add workflow for building project on tangled spindle
ci: run clippy on spindle
ci: run tests through nextest on spindle
1/1 success
expand
expand 0 comments
2 commits
expand
ci: add workflow for building project on tangled spindle
ci: run clippy on spindle
1/1 timeout
expand
expand 0 comments
2 commits
expand
ci: add workflow for building project on tangled spindle
ci: run clippy on spindle
1/1 failed
expand
expand 0 comments
1 commit
expand
ci: add workflow for building project on tangled spindle
1/1 success
expand
expand 0 comments
1 commit
expand
ci: add workflow for building project on tangled spindle
1/1 failed
expand
expand 0 comments
1 commit
expand
ci: add workflow for building project on tangled spindle
1/1 failed
expand
expand 0 comments
1 commit
expand
ci: add workflow for building project on tangled spindle
1/1 failed
expand
expand 0 comments
1 commit
expand
ci: add workflow for building project on tangled spindle
1/1 failed
expand
expand 0 comments
1 commit
expand
ci: add workflow for building project on tangled spindle
1/1 failed
expand
expand 0 comments
1 commit
expand
ci: add workflow for building project on tangled spindle
1/1 failed
expand
expand 0 comments
1 commit
expand
ci: add workflow for building project on tangled spindle
1/1 success
expand
expand 0 comments
1 commit
expand
ci: add workflow for building project on tangled spindle
expand 0 comments