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
+16
Diff #3
+16
.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 + - rustfmt 11 + 12 + steps: 13 + - name: Format check 14 + command: cargo fmt --all --check 15 + - name: Tests 16 + 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
1 commit
expand
feat: Add CI
1/1 failed
expand
expand 0 comments