Skip to content

Commit e794c19

Browse files
GitHub Actions: run GPU tools tests in WebGPU mode
1 parent d06879d commit e794c19

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build-windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ jobs:
175175
with:
176176
mode: d3d12_sw
177177

178+
- name: DiligentToolsGPUTest WebGPU
179+
if: ${{ (success() || failure() && steps.build.outcome == 'success') && matrix.name == 'Win10' }}
180+
uses: DiligentGraphics/github-action/run-tools-gpu-tests@v1
181+
with:
182+
mode: wgpu
183+
178184
- name: HLSL2GLSLConverterTest
179185
if: ${{ (success() || failure() && steps.build.outcome == 'success') && matrix.name != 'UWP'}}
180186
uses: DiligentGraphics/github-action/run-hlsl2glsl-converter-test@v1

0 commit comments

Comments
 (0)