Skip to content

Commit 876c7e5

Browse files
authored
Allow smoke test to continue on error for debug
Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>
1 parent 372b215 commit 876c7e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
115115
# ── Smoke test: verify binaries run (no GPU / model required) ─────
116116
- name: Smoke test
117+
continue-on-error: true
117118
shell: bash
118119
run: |
119120
if [ "$RUNNER_OS" = "Windows" ]; then

0 commit comments

Comments
 (0)