fix: update docs.yml test flags and clean up ensure.rs comments

- Add --all-features and SKIP_WASM_BUILD=1 to cargo test --doc
- Remove outdated feature unification comment from pezpallet-tiki ensure.rs
This commit is contained in:
2025-12-24 11:49:46 +03:00
parent 5a930620c4
commit ee2385e28f
2 changed files with 2 additions and 16 deletions
+2 -1
View File
@@ -32,10 +32,11 @@ jobs:
cargo clean 2>/dev/null || true
rm -rf ~/.cargo/registry/cache 2>/dev/null || true
rm -rf ~/.cargo/git/db 2>/dev/null || true
- run: cargo test --doc --workspace --locked
- run: cargo test --doc --workspace --locked --all-features
id: required
env:
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
SKIP_WASM_BUILD: 1
build-rustdoc:
runs-on: ${{ needs.preflight.outputs.RUNNER }}