We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a1dcf commit 859b789Copy full SHA for 859b789
1 file changed
.github/workflows/test.yml
@@ -51,6 +51,8 @@ jobs:
51
uses: actions/setup-node@v3
52
with:
53
node-version: '20'
54
+ - name: Build WASM
55
+ run: make wasm
56
- name: Install Dependencies
57
working-directory: web
58
run: npm ci
0 commit comments