Skip to content

Commit

Permalink
Add no-std JS tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Sep 2, 2022
1 parent 6ac0676 commit b9496c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ jobs:
- name: Compile Wasmer to WebAssembly and test with a JavaScript host
run: make test-js

- name: Compile Wasmer to WebAssembly and test with a JavaScript host (no-std)
run: make test-js-core

0 comments on commit b9496c3

Please sign in to comment.