diff options
| author | Anders Leino <aleino@nvidia.com> | 2025-02-07 10:50:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-07 00:50:07 -0800 |
| commit | 654b96933c31b077885f91a68310398c6dbbb3d6 (patch) | |
| tree | c856a981500f75747fa162aee2cba56eb7d15dfa /.github | |
| parent | 252e13cb3fcbd019bddf8394e9b82e3d8edbdca9 (diff) | |
Add test for visibility in translation unit with multiple source files (#6306)
This closes #6221.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
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: | |
