diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-23 22:33:42 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-23 22:33:42 +0300 |
| commit | f15ea95bf296056a7cea26a29509d9a3ef185eb7 (patch) | |
| tree | d0bae03a75d524b0aca001be08e5449b95d6d5bd /.github/workflows/ci.yml | |
| parent | 99bcbf388f08eaed16726bccedbda80353c207e3 (diff) | |
| download | fparkan-f15ea95bf296056a7cea26a29509d9a3ef185eb7.tar.xz fparkan-f15ea95bf296056a7cea26a29509d9a3ef185eb7.zip | |
feat: add Vulkan loader probe to smoke runner
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a5e83e..b3aa187 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,7 @@ jobs: --platform "${{ matrix.smoke_platform }}" --out "target/fparkan/native-smoke/${{ runner.os }}.json" --status blocked + --probe-loader --reason "native Vulkan smoke runner is not enabled on this CI lane yet" - name: Upload acceptance evidence if: always() |
