Skip to content

Commit ea774e5

Browse files
Add validate wgsl pipleine test
1 parent da87b00 commit ea774e5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/presubmit.yml

+11
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,14 @@ jobs:
104104
with:
105105
name: presubmit-renderdiff-result
106106
path: ./out/renderdiff_tests
107+
108+
validate-wgsl-pipeline:
109+
name: validate-wgsl-pipeline
110+
runs-on: macos-14-xlarge
111+
112+
steps:
113+
- uses: actions/[email protected]
114+
- name: Run build script
115+
run: ./build.sh -W debug test_filamat
116+
- name: Run test
117+
run: ./out/cmake-debug/libs/filamat/test_filamat --gtest_filter=MaterialCompiler.Wgsl*

0 commit comments

Comments
 (0)