Skip to content

Commit 03d322d

Browse files
committed
run tests on CI
1 parent 9ed5e4f commit 03d322d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ jobs:
9898
echo "${{ github.event_name }}"
9999
npm run build
100100
101+
- name: Test
102+
shell: bash
103+
env:
104+
WEBGPU_USE_CI_AVAILABLE_RENDERER: "1"
105+
run: |
106+
npm test
107+
101108
- name: Upload Artifact ⬆️
102109
uses: actions/upload-artifact@v4
103110
with:

0 commit comments

Comments
 (0)