You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix issues on main CI:
* test_contract (3.9) stuck 6hrs... should really be just 30s
* test_integration (3.9) failling but not on other version
hopefully can speed up CI a bit with `pytest -n auto` (Automatically run
your tests in parallel across all available CPU cores) -> ubuntu-latest
has 2 core CPU so should be able to speed up in half?
note:
* maybe could be faster if we switch to our own github runner? (if it
has more core)
0 commit comments