From 227d95fc49b0fbce93e61a0fb0fd647f33bed4bc Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 23 Jun 2026 23:27:47 +0400 Subject: feat: add Vulkan smoke runner entrypoint --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3