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

ci: split tests in multiple concurrent jobs in pr workflow #264

Closed sripwoud closed 7 months ago

sripwoud commented 7 months ago

Fix #263 so that it is easier to read the workflow logs and see which tests group may be failing. (Current failing test:contracts job needs #262 to succeed)

It does not seem to have any impact at all the timeout issues we experienced latest in some tests (see #240 or #262).

Before After
image image