Skip to content

Commit

Permalink
add CI job to test no_std build for wasmi_collections
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed May 7, 2024
1 parent 3bd9f75 commit 2ae47c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: cargo build --workspace
- name: Build (all features)
run: cargo build --workspace --all-features
- name: Build (no_std + no-hash-maps)
run: cargo build -p wasmi_collections --no-default-features --features no-hash-maps
- name: Build (no_std)
run: cargo build --workspace --lib --no-default-features --target thumbv7em-none-eabi --exclude wasmi_cli --exclude wasmi_wasi --exclude wasmi_fuzz
- name: Build (wasm32)
Expand Down

0 comments on commit 2ae47c1

Please sign in to comment.