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
.. as LDK Node is moving towards a more `async` core, it starts to make
sense to switch our test suite over to be `async`.
This change should make our CI more efficient (as not every node will
spawn its independent runtime, but we just have one runtime per test
created) and also makes sure we won't run into any edge cases arising
from blocking test threads that are executing other async tasks.
0 commit comments