A pit full of rusty nails

chore: Create CI pipeline #1

merged opened by sachy.dev targeting main from ci
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:usjm3ynnir6y4inkcdovrfei/sh.tangled.repo.pull/3m7ugmt5z7a22
+19 -1
Diff #3
+17
.tangled/workflows/test.yml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: main 4 + 5 + engine: nixery 6 + 7 + dependencies: 8 + nixpkgs: 9 + - clang 10 + - cargo 11 + - clippy 12 + 13 + steps: 14 + - name: Clippy 15 + command: cargo clippy --locked --workspace --all-features --all-targets -- -Dwarnings 16 + - name: Tests 17 + command: cargo test --workspace
+2 -1
crates/nailrater/src/lib.rs
··· 120 120 self.mode.clone(), 121 121 req, 122 122 ready_inner, 123 - ).instrument(tracing::info_span!("rate_peer")) 123 + ) 124 + .instrument(tracing::info_span!("rate_peer")) 124 125 } 125 126 }

History

4 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
chore: Create CI pipeline
1/1 success
expand
expand 0 comments
pull request successfully merged
1 commit
expand
chore: Create CI pipeline
1/1 success
expand
expand 0 comments
1 commit
expand
chore: Create CI pipeline
1/1 success
expand
expand 0 comments
1 commit
expand
chore: Create CI pipeline
1/1 failed
expand
expand 0 comments