This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
[Task]: Optimise the integration tests to run in parallel and in separate jobs #838
Description
Description
The following task is to optimise the integration tests so they:
- Run in parallel instead of sequentially
- Run in separate jobs
- Perhaps add retry mechanism if needed?
This will help make them run faster and also re-run only the one that fails without re-running the rest (saving up tokens).
Additional Context
No response