Skip to content

[build] Speed up test pipeline with parallel pre-checks#8454

Closed
Han5991 wants to merge 1 commit intomantinedev:masterfrom
Han5991:ci/test-optimization
Closed

[build] Speed up test pipeline with parallel pre-checks#8454
Han5991 wants to merge 1 commit intomantinedev:masterfrom
Han5991:ci/test-optimization

Conversation

@Han5991
Copy link
Copy Markdown
Contributor

@Han5991 Han5991 commented Nov 15, 2025

  • Added scripts/tests/run-quality-checks.mjs to run prettier, syncpack, typecheck, and lint in parallel, terminating the remaining tasks if any of them fail so the fast fail signal is preserved.

before
image

image

after
image

image

@rtivital
Copy link
Copy Markdown
Member

I'd rather not do that, I'll have to maintain the script to run tests, and it is also not noticeably faster.

@Han5991
Copy link
Copy Markdown
Contributor Author

Han5991 commented Nov 15, 2025

I'd rather not do that, I'll have to maintain the script to run tests, and it is also not noticeably faster.

I agree with that point as well.

@Han5991 Han5991 closed this Nov 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants