Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

feat: split tests into logic-only and render profiles - #396

Merged
qqrm merged 1 commit into
mainfrom
codex/label-tests-with-feature-flags
Aug 23, 2025
Merged

feat: split tests into logic-only and render profiles#396
qqrm merged 1 commit into
mainfrom
codex/label-tests-with-feature-flags

Conversation

@qqrm

@qqrm qqrm commented Aug 23, 2025

Copy link
Copy Markdown
Owner

Summary

  • gate tests with logic-only and render features
  • run logic-only tests in Node and render tests in Chrome CI jobs
  • document test profiles in tests/README.md

Testing

  • cargo fmt --all
  • cargo check --tests --benches
  • cargo clippy --tests --benches -- -D warnings
  • cargo test (fails: could not execute wasm binaries)
  • cargo test --features logic-only --target wasm32-unknown-unknown --no-run
  • cargo test --features render --target wasm32-unknown-unknown --no-run

https://chatgpt.com/codex/tasks/task_e_68a961a88e808332a81198d444f176cd

@qqrm
qqrm merged commit aef2453 into main Aug 23, 2025
2 of 4 checks passed
@qqrm
qqrm deleted the codex/label-tests-with-feature-flags branch August 23, 2025 06:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant