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

Add Node test job for logic-only tests - #394

Merged
qqrm merged 1 commit into
mainfrom
codex/add-node-test-script-and-workflow
Aug 23, 2025
Merged

Add Node test job for logic-only tests#394
qqrm merged 1 commit into
mainfrom
codex/add-node-test-script-and-workflow

Conversation

@qqrm

@qqrm qqrm commented Aug 23, 2025

Copy link
Copy Markdown
Owner

Summary

  • add npm script to run wasm-pack tests under Node
  • introduce logic-only feature with a simple wasm test
  • run logic-only tests in separate workflow job

Testing

  • cargo fmt --all
  • cargo check --tests --benches
  • cargo clippy --tests --benches --fix --allow-dirty --no-deps -- -D warnings
  • cargo test (fails: build did not complete)
  • npm run test:node -- --features logic-only --test logic_only (fails: wasm-pack not found)

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

@qqrm
qqrm merged commit ad8f0af into main Aug 23, 2025
2 of 4 checks passed
@qqrm
qqrm deleted the codex/add-node-test-script-and-workflow branch August 23, 2025 05:18
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