Repo of no-std crates for my personal embedded projects

feat: Add CI #1

merged opened by sachy.dev targeting main from ci

Adds a quick CI pipeline for format checking and unit testing

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:usjm3ynnir6y4inkcdovrfei/sh.tangled.repo.pull/3m7pbggppek22
+15
Diff #0
+15
.tangled/workflows/test.yml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: main 4 + 5 + engine: nixery 6 + 7 + dependencies: 8 + nixpkgs: 9 + - cargo 10 + 11 + steps: 12 + - name: Format check 13 + command: cargo fmt --all --check 14 + - name: Tests 15 + command: cargo test --workspace

History

4 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
feat: Add CI
1/1 failed
expand
expand 0 comments
pull request successfully merged
1 commit
expand
feat: Add CI
1/1 failed
expand
expand 0 comments
1 commit
expand
feat: Add CI
1/1 failed
expand
expand 0 comments
sachy.dev submitted #0
1 commit
expand
feat: Add CI
1/1 failed
expand
expand 0 comments