diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-23 22:27:47 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-23 22:27:47 +0300 |
| commit | 227d95fc49b0fbce93e61a0fb0fd647f33bed4bc (patch) | |
| tree | 979f6cc3d8c5921e60592e0f205045454609a91c /.github/workflows | |
| parent | dceea70122276971532e0fecf22d2fbe71fdb897 (diff) | |
| download | fparkan-227d95fc49b0fbce93e61a0fb0fd647f33bed4bc.tar.xz fparkan-227d95fc49b0fbce93e61a0fb0fd647f33bed4bc.zip | |
feat: add Vulkan smoke runner entrypoint
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 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 |
