-
-
Notifications
You must be signed in to change notification settings - Fork 746
ci(native-watcher): test multiple platforms #12197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for rspack canceled.
|
d9d59e3 to
3763668
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds cross-platform CI testing for the native watcher component by introducing a new rust_watcher_test job that runs on Ubuntu, Windows, and macOS platforms.
Key Changes
- Added a new
rust_watcher_testjob with a matrix strategy to test rspack_watcher across three operating systems - Configured platform-specific runners with appropriate fallbacks for self-hosted runners on Linux
- Reused existing test setup patterns (Rust toolchain installation, profile configuration)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
922418c to
1a325b2
Compare
📦 Binary Size-limit
🙈 Size remains the same at 47.45MB |
CodSpeed Performance ReportMerging #12197 will not alter performanceComparing Summary
|
1a325b2 to
85b378e
Compare
Summary
Add multi-platform test for rspack_watcher
Related links
Checklist