openpencil/.github/workflows
Kayshen-X fd87709f61 ci: add explicit cargo build --examples step (Phase B+C Gate CONCERN-C1 fix)
spec §1.2 acceptance #7 calls for cargo build --examples --workspace 三 OS
PASS in CI. Previously cargo build --workspace + cargo clippy --all-targets
were considered equivalent (clippy with --all-targets compiles examples),
but Phase B+C Gate codex review CONCERN-C1 said the explicit step should
be in the workflow for unambiguous acceptance trace.

Adds cargo build --examples --workspace --target <target> --release
between cargo build --workspace and cargo test on host runners. Skipped on
cross-arch check_only matrix (cross examples build is out of scope; test
runners cover real arch builds).
2026-05-05 12:23:45 +08:00
..
rust-check.yml feat(shell-native): Step 1a Task 4 — basic_window demo + acceptance + Phase C Gate 2026-05-05 12:23:43 +08:00
rust-multiplatform.yml ci: add explicit cargo build --examples step (Phase B+C Gate CONCERN-C1 fix) 2026-05-05 12:23:45 +08:00
rust-release.yml ci: defer Linux GPU smoke + add Windows arm64 matrix 2026-05-05 12:23:41 +08:00
wasm-bundle-check.yml style: apply formatter + bump vendor/agent submodule + ignore vendors in oxfmt 2026-05-05 12:23:34 +08:00