mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Build no-std tests with RISC-V 32 IMAC
Turns out wasm still has std, making it suboptimal to use here.
This commit is contained in:
@@ -37,7 +37,7 @@ runs:
|
|||||||
with:
|
with:
|
||||||
toolchain: ${{ inputs.rust-toolchain }}
|
toolchain: ${{ inputs.rust-toolchain }}
|
||||||
components: ${{ inputs.rust-components }}
|
components: ${{ inputs.rust-components }}
|
||||||
targets: wasm32-unknown-unknown
|
targets: wasm32-unknown-unknown, riscv32imac-unknown-none-elf
|
||||||
|
|
||||||
- name: Cache Rust
|
- name: Cache Rust
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
|
|||||||
2
.github/workflows/no-std.yml
vendored
2
.github/workflows/no-std.yml
vendored
@@ -18,4 +18,4 @@ jobs:
|
|||||||
github-token: ${{ inputs.github-token }}
|
github-token: ${{ inputs.github-token }}
|
||||||
|
|
||||||
- name: Verify no-std builds
|
- name: Verify no-std builds
|
||||||
run: cd tests/no-std && cargo build --target wasm32-unknown-unknown
|
run: cd tests/no-std && cargo build --target riscv32imac-unknown-none-elf
|
||||||
|
|||||||
Reference in New Issue
Block a user