I need help over on the crystal repo to separate 2 ci tests, the goal with this is to reduce the amount of time the ci takes to run.
If you are interested you can read more here.
I need help over on the crystal repo to separate 2 ci tests, the goal with this is to reduce the amount of time the ci takes to run.
If you are interested you can read more here.
Can you just use two jobs with one step each to parallelize it?
I don’t know, I am not that familiar with GitHub actions.