Skip to content

Commit

Permalink
[build.yaml] Restore make test-wasm.
Browse files Browse the repository at this point in the history
I accidentally took it out in 5a9b814 when I only meant to take out `source ~/.wasmer/wasmer.sh`.
  • Loading branch information
lgarron committed Aug 24, 2023
1 parent 5a9b814 commit 9af5f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- run: make emsdk
- run: make build/wasm-test/twsearch-test.wasm
- run: make build/wasm-single-file/twsearch.mjs
- run: make test-wasm
- run: make test-build-js

rust:
Expand Down

0 comments on commit 9af5f6b

Please sign in to comment.