Skip to content

Commit

Permalink
Merge #2952
Browse files Browse the repository at this point in the history
2952: CI: add make build-wasmer-wasm test r=epilys a=epilys

# Description

Add CI test for building for wasm32 `target_arch`

Co-authored-by: Manos Pitsidianakis <[email protected]>
  • Loading branch information
bors[bot] and epilys authored Jun 14, 2022
2 parents 9cd4a30 + 5cd10ef commit adeed41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-sys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,12 @@ jobs:
- run: |
cargo install cargo-audit --version ${{ env.CARGO_AUDIT_VERSION }} --root '${{ runner.tool_cache }}/cargo-audit'
cargo audit
test-wasm-build:
name: Test wasm build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
rustup target add wasm32-wasi
make build-wasmer-wasm

0 comments on commit adeed41

Please sign in to comment.