Skip to content

Commit 859b789

Browse files
committed
Build WASM before testing
1 parent 04a1dcf commit 859b789

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
uses: actions/setup-node@v3
5252
with:
5353
node-version: '20'
54+
- name: Build WASM
55+
run: make wasm
5456
- name: Install Dependencies
5557
working-directory: web
5658
run: npm ci

0 commit comments

Comments
 (0)