aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-06-23 22:38:09 +0300
committerValentin Popov <valentin@popov.link>2026-06-23 22:38:09 +0300
commitaa2133d82b2a9d92fdbdce2b60eec103536fe484 (patch)
treeddb395163d457ef2cafcb51fd752eacb42cb1fb8 /.github
parent71ead678c05d2165fc0b6a291ca6d1e25c2a11e0 (diff)
downloadfparkan-aa2133d82b2a9d92fdbdce2b60eec103536fe484.tar.xz
fparkan-aa2133d82b2a9d92fdbdce2b60eec103536fe484.zip
feat: add Vulkan surface preflight to smoke runner
Diffstat (limited to '.github')
-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 fd41ff0..f0c90e0 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-instance
+ --probe-surface
--reason "native Vulkan smoke runner is not enabled on this CI lane yet"
- name: Upload acceptance evidence
if: always()