privacy-scaling-explorations / zk-kit

A monorepo of reusable libraries for zero-knowledge technologies.
https://zkkit.pse.dev
MIT License
290 stars 76 forks source link

chore(ci): split tests in `pull-requests` workflow in different jobs #263

Closed sripwoud closed 7 months ago

sripwoud commented 7 months ago

I suggest aligning the execution of the tests in pull-requests.yml with production.yml, that is using a matrix to run multiple concurrent jobs to run each tests group in the pull-requests GH action, instead of having them all run concurrently with turbo in one single job.

It will be easier to read the logs this way: so a small dx improvement.

Compare: current pull-requests.yml current production.yml
image image