diff options
| author | Simon Kallweit <64953474+skallweitNV@users.noreply.github.com> | 2025-06-19 02:13:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-19 00:13:07 +0000 |
| commit | 9bcbf59b6a541ec90e3d3633ec7e53cf1ae3a890 (patch) | |
| tree | 78147f12036fb38ca0932e85a718ee30228084a0 /.github | |
| parent | 3ed77615924dc41b8b2f286d4ac646f625cd946c (diff) | |
Update slang-rhi (#7457)
* update slang-rhi
* enable all slang-rhi tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb1782df0..ef3a005de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -273,7 +273,7 @@ jobs: - name: Run slang-rhi tests if: steps.filter.outputs.should-run == 'true' && matrix.platform != 'wasm' && matrix.full-gpu-tests run: | - "$bin_dir/slang-rhi-tests" -check-devices -tce=ray-tracing-*,cmd-query-resolve-host,fence-* + "$bin_dir/slang-rhi-tests" -check-devices - name: Run slangpy tests if: steps.filter.outputs.should-run == 'true' && matrix.platform != 'wasm' && matrix.full-gpu-tests shell: pwsh |
