Skip to content

Commit bae18f6

Browse files
committed
ci: Add a no_std+alloc check
1 parent 336ac0e commit bae18f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wot-td.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,14 @@ jobs:
7979
uses: dtolnay/rust-toolchain@stable
8080
with:
8181
toolchain: stable
82+
targets: riscv32imc-unknown-none-elf
8283

8384
- name: Build
8485
run: cargo build --verbose
8586

87+
- name: Build (no_std + alloc)
88+
run: cargo build --verbose --target riscv32imc-unknown-none-elf --no-default-features --features alloc
89+
8690
docs:
8791
needs: [reuse, clippy-rustfmt]
8892

0 commit comments

Comments
 (0)