Workflow to run `cargo test` and `npm test` (backend). **Context:** Prevent regressions on every push. **Independence:** Runs on code push. **Acceptance Criteria:** - [ ] Workflow triggers on PR to main - [ ] Steps to install Rust & Node - [ ] Fails if tests fail
Workflow to run
cargo testandnpm test(backend).Context:
Prevent regressions on every push.
Independence:
Runs on code push.
Acceptance Criteria: