fix(ci): cover Windows headless production contracts

- execute queue, retry, normalization, and credential-boundary contracts without the broken Tauri mock runtime\n- refresh target-specific FFmpeg source locks after provider URL and digest drift\n- document the remaining compile-only Windows GUI test limitation
This commit is contained in:
NimBold
2026-08-22 00:32:22 +03:30
parent f724616cde
commit cc74bec9b0
4 changed files with 130 additions and 5 deletions
+4 -1
View File
@@ -54,4 +54,7 @@ Native CI runs this failure-path smoke after staging the target-specific
bundled engines on macOS, Windows, and Linux. Windows executes the Torrent RPC,
atomic-storage, canonical-cache, and web-seed normalization targets, while
compiling (but not executing) the queue-manager and library test binaries;
the Tauri mock harness exits before running on the Windows runner.
the Tauri mock harness exits before running on the Windows runner. The
headless `production_contract` target still executes queue admission,
normalization, credential-boundary, and retry contracts on Windows without
constructing a Tauri mock application.