test: added Rust WASM test for the Verifier

+ Run WASM test with GitHub actions
This commit is contained in:
Hendrik Eeckhaut
2024-01-11 10:53:01 +01:00
parent 5d67c5bd08
commit 68c4a23598
10 changed files with 89 additions and 19 deletions

View File

@@ -67,6 +67,9 @@ jobs:
- name: Build WASM
run: npm run build:wasm
- name: Test WASM
run: npm run test:wasm
- name: Test
if: false
run: npm run test