Commit 9e1ceb7
ci: add --no-default-features build+test job for ephapax-cli
Keeps the dep-free build green automatically. Proves the
`typed-wasm-verify` feature flag introduced in this PR is genuinely
optional: ephapax-cli builds + tests with zero git dep on
`hyperpolymath/typed-wasm`. The job runs in parallel with the
default-features `check`/`test` jobs (gated by the same
`needs: check` for fmt + clippy ordering).
Scoped to `-p ephapax-cli` deliberately rather than
`--workspace --no-default-features` because `ephapax-runtime`
carries an unrelated default-feature (panic-handler) that
unconditionally fails at workspace scope. The `typed-wasm-verify`
feature only lives on `ephapax-cli`, so per-crate scope is precise.
Locally verified: `cargo test -p ephapax-cli --no-default-features`
→ 13/13 passing (verifier integration tests cfg-skipped; the
absence-of-verifier-output test still asserts no verifier ran).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f151f5a commit 9e1ceb7
1 file changed
Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments