Skip to content

Commit

Permalink
CI: add make build-wasmer-wasm test
Browse files Browse the repository at this point in the history
  • Loading branch information
epilys committed Jun 14, 2022
1 parent 9cd4a30 commit 5cd10ef
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 5cd10ef

Please sign in to comment.