fix(ci): restore ql3 multi-profile gates

This commit is contained in:
whyour
2026-08-22 13:44:19 +08:00
parent f1cca9a3ed
commit c8ad5ea368
17 changed files with 320 additions and 111 deletions
@@ -170,6 +170,7 @@ test('accepts timeout only when starting ACK supplied a durable deadline', async
}));
assert.equal(result.status, 'started');
assert.equal(barriers, 1);
await waitForReceipt(roots.receiptRoot);
});
test('propagates unknown outcome when durable identity capture fails after spawn', async (t) => {