Skip to content

Commit

Permalink
Test no-std WASI
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Oct 31, 2024
1 parent 219a8b6 commit 88453e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,14 @@ jobs:
run: LITHIUM_BACKEND=panic ./cargo-wasi test --target wasm32-wasip1
- name: Test with Itanium backend (debug)
run: LITHIUM_BACKEND=itanium ./cargo-wasi test --target wasm32-wasip1
- name: Test without std (debug)
run: ./cargo-wasi test --target wasm32-wasip1 --no-default-features
- name: Test with panic backend (release)
run: LITHIUM_BACKEND=panic ./cargo-wasi test --target wasm32-wasip1 --release
- name: Test with Itanium backend (release)
run: LITHIUM_BACKEND=itanium ./cargo-wasi test --target wasm32-wasip1 --release
- name: Test without std (release)
run: ./cargo-wasi test --target wasm32-wasip1 --release --no-default-features

darwin:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 88453e4

Please sign in to comment.