summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorAnders Leino <aleino@nvidia.com>2024-12-19 21:11:13 +0200
committerGitHub <noreply@github.com>2024-12-19 19:11:13 +0000
commit2e9605e79c64315ecad7ae8297d996ae2ed4687b (patch)
treecd820196981aa49ad6a48c9790082ae534d59e9d /.github/workflows/ci.yml
parent237af82f7e9ed1dd5d97a981939fc23aec2008b3 (diff)
Enable more examples in CI (#5915)
* CI: examples: Add support for filtering on platform * Add platform field to example run IDs - Remove the reflection-api entry for Windows. - Add 'aarch64' as platform for all 'macos' entries. - Add 'x86_64' as platform for all other entries. - This will implicitly enable all aarch64 tests for Linux. This helps to address issue #5520.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6289d291f..e31b3b34d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -182,6 +182,7 @@ jobs:
.github/workflows/ci-examples.sh \
--bin-dir "$bin_dir" \
--os "${{matrix.os}}" \
+ --platform "${{matrix.platform}}" \
--config "${{matrix.config}}" \
--skip-file tests/expected-example-failure-github.txt
- name: Test Slang via glsl