diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-23 22:38:09 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-23 22:38:09 +0300 |
| commit | aa2133d82b2a9d92fdbdce2b60eec103536fe484 (patch) | |
| tree | ddb395163d457ef2cafcb51fd752eacb42cb1fb8 /.github/workflows | |
| parent | 71ead678c05d2165fc0b6a291ca6d1e25c2a11e0 (diff) | |
| download | fparkan-aa2133d82b2a9d92fdbdce2b60eec103536fe484.tar.xz fparkan-aa2133d82b2a9d92fdbdce2b60eec103536fe484.zip | |
feat: add Vulkan surface preflight to smoke runner
Diffstat (limited to '.github/workflows')
| -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 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() |
