aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-06-23 22:35:41 +0300
committerValentin Popov <valentin@popov.link>2026-06-23 22:35:41 +0300
commit71ead678c05d2165fc0b6a291ca6d1e25c2a11e0 (patch)
treefbe72fe613d530eb121e9b30ab5644f462fe930c /.github/workflows/ci.yml
parentf15ea95bf296056a7cea26a29509d9a3ef185eb7 (diff)
downloadfparkan-71ead678c05d2165fc0b6a291ca6d1e25c2a11e0.tar.xz
fparkan-71ead678c05d2165fc0b6a291ca6d1e25c2a11e0.zip
feat: add Vulkan instance probe to smoke runner
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b3aa187..fd41ff0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
--platform "${{ matrix.smoke_platform }}"
--out "target/fparkan/native-smoke/${{ runner.os }}.json"
--status blocked
- --probe-loader
+ --probe-instance
--reason "native Vulkan smoke runner is not enabled on this CI lane yet"
- name: Upload acceptance evidence
if: always()