fixing webgpu backend ?

This commit is contained in:
2025-08-26 16:47:31 +02:00
parent 62a0322a65
commit 75304ab8bc
3 changed files with 7 additions and 7 deletions

View File

@@ -83,5 +83,9 @@ jobs:
- name: Test WebGPU
run: |
xmake build --yes WebGPUUnitTests
xmake run --yes WebGPUUnitTests
if [ "$ACTIONS_STEP_DEBUG" = "true" ]; then
xmake run --yes WebGPUUnitTests -vD
else
xmake run --yes WebGPUUnitTests
fi