summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 314037f4a..3a6a817ea 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -184,6 +184,10 @@ jobs:
--platform "${{matrix.platform}}" \
--config "${{matrix.config}}" \
--skip-file tests/expected-example-failure-github.txt
+ - name: Run slangc tests
+ if: steps.filter.outputs.should-run == 'true' && matrix.platform != 'wasm'
+ run: |
+ PATH=$bin_dir:$PATH tools/slangc-test/test.sh
- name: Test Slang via glsl
if: steps.filter.outputs.should-run == 'true' && matrix.full-gpu-tests && matrix.platform != 'wasm'
run: |