Revolutionizing Testing: New CI Strategies Implemented for ARM Machines!
Tech Team Unleashes Enhanced Efficiency and Accuracy by Aligning Tests with Production Environments!
Commit Details:
tests: run CI tests on -arm (#1757) ## Motivation Run tests on `-arm` machines to match prod ## Merge Checklist _Choose all relevant options below by adding an `x` now or at any time before submitting for review_ - [X] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [ ] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [ ] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. - [X] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) <!-- start pr-codex --> --- ## PR-Codex overview The focus of this PR is to optimize the testing process by adjusting test configurations and enhancing the CI workflow for the `hubble` application. ### Detailed summary - Modified `test:ci` script in `package.json` to include `-w 4` flag for parallel testing - Updated CI workflow in `ci.yml` to run tests on specific node versions with optimized resource allocation > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->