defmt tests
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled

This commit is contained in:
2026-01-20 12:32:03 +01:00
parent c160303729
commit 7d4f5769a2
11 changed files with 196 additions and 24 deletions
+8 -12
View File
@@ -11,9 +11,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: "armv7a-none-eabihf"
- run: just check zynq
- run: just check tools
- run: just check zynq7000-boot-image
- run: just check firmware
- run: just check host
build:
name: Check build
@@ -25,9 +24,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: "armv7a-none-eabihf"
- run: just build zynq
- run: just build tools
- run: just build zynq7000-boot-image
- run: just check firmware
- run: just check host
fmt:
name: Check formatting
@@ -39,9 +37,8 @@ jobs:
with:
components: rustfmt
targets: "armv7a-none-eabihf"
- run: just fmt zynq
- run: just fmt tools
- run: just fmt zynq7000-boot-image
- run: just check-fmt firmware
- run: just check-fmt host
docs:
name: Check Documentation Build
@@ -65,10 +62,9 @@ jobs:
with:
components: clippy, rust-src
targets: "armv7a-none-eabihf"
- run: just clippy zynq
- run: just clippy firmware
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: just clippy tools
- run: just clippy zynq7000-boot-image
- run: just clippy host