mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
fixing webgpu backend ?
This commit is contained in:
8
.github/workflows/webgpu-test-windows.yml
vendored
8
.github/workflows/webgpu-test-windows.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user