Skip to content

Commit

Permalink
ci: compile external Wasm modules before testing.
Browse files Browse the repository at this point in the history
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
  • Loading branch information
ipuustin committed May 12, 2023
1 parent fe8cc05 commit b9f1b61
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 @@ -61,6 +61,10 @@ jobs:
args: --all --verbose
- name: Validate docs
run: ./scripts/validate-docs.sh
- name: Setup rust-wasm target and compile test modules
run: |
rustup target add wasm32-wasi
make test/wasm-modules
- name: Run tests
run: |
sudo -E LD_LIBRARY_PATH=/home/runner/.wasmedge/lib /home/runner/.cargo/bin/cargo test --all --verbose
Expand Down

0 comments on commit b9f1b61

Please sign in to comment.