Skip to content

Commit c5e09d0

Browse files
test: probe workflow runs the #149 Windows regression tests
Co-authored-by: Alfonso [Magic Context] <288211368+alfonso-magic-context@users.noreply.github.com>
1 parent 3164695 commit c5e09d0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/win-opencode-probe.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ jobs:
2020

2121
# --- Faithful probe: uses the dashboard crate's REAL tokio::process::Command
2222
# path via run_bounded_binary, and prints raw outcomes. ---
23-
- name: Rust probe (real discovery path on a temp .cmd)
23+
# Regression test (asserts run_bounded_binary launches a .cmd directly) +
24+
# the pure pnpm-candidate tests. This is the durable Windows coverage for
25+
# #149; the manual pnpm-layout steps below are corroborating only.
26+
- name: Rust tests (Windows .cmd execution + pnpm candidates)
2427
working-directory: packages/dashboard/src-tauri
25-
run: cargo test win_cmd_shim_execution_probe -- --ignored --nocapture
28+
run: cargo test win_run_bounded_binary_executes_cmd_shim windows_candidates -- --nocapture
2629

2730
# --- Real-world reproduction: a pnpm-global opencode, exactly like #149. ---
2831
- name: Confirm pnpm global .cmd shim layout (#149 mechanism 1)

0 commit comments

Comments
 (0)