quadratic-funding / mpc-phase2-suite

The MPC suite of tools for conducting zkSNARK Phase 2 Trusted Setup ceremonies
MIT License
16 stars 6 forks source link

ci: use self-hosted runner to run `yarn test:dev` #371

Closed baumstern closed 1 year ago

baumstern commented 1 year ago

This PR introduces self-hosted runner to run yarn test:dev.

The machine spec (2-core CPU and 7 GB ram) of GitHub hosted runner is not enough anymore to run yarn test:dev. t3.2xlarge instance (8 vCPUs and 32 GB ram) could handle yarn test:dev so it will be used to run self-hosted runner.