aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-06-23 22:27:47 +0300
committerValentin Popov <valentin@popov.link>2026-06-23 22:27:47 +0300
commit227d95fc49b0fbce93e61a0fb0fd647f33bed4bc (patch)
tree979f6cc3d8c5921e60592e0f205045454609a91c /.github/workflows/ci.yml
parentdceea70122276971532e0fecf22d2fbe71fdb897 (diff)
downloadfparkan-227d95fc49b0fbce93e61a0fb0fd647f33bed4bc.tar.xz
fparkan-227d95fc49b0fbce93e61a0fb0fd647f33bed4bc.zip
feat: add Vulkan smoke runner entrypoint
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 67aaabc..6a5e83e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
if: always()
shell: bash
run: >
- cargo xtask native-smoke report
+ cargo run -p fparkan-vulkan-smoke --locked --
--platform "${{ matrix.smoke_platform }}"
--out "target/fparkan/native-smoke/${{ runner.os }}.json"
--status blocked