Closed magicant closed 7 months ago
The update introduces a new job configuration in the GitHub Actions workflow, specifically tailored for Windows. This job is designed to run tests across multiple Rust packages, namely yash-arith
, yash-fnmatch
, yash-quote
, and yash-syntax
, ensuring compatibility and stability across these components on the Windows platform.
Files | Change Summary |
---|---|
.github/workflows/rust.yml |
Added Windows job configuration for testing Rust packages: yash-arith , yash-fnmatch , yash-quote , yash-syntax . |
🐰✨
In the land of code and rust,
A new job runs, as it must.
On Windows now, tests take flight,
Ensuring all is good and right.
Throughyash
's lands, wide and vast,
Our code stands strong, built to last.
🌟🐇
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Although yash is intended for Unix-like platforms, most of the logic of the shell can be run in non-Unix environments. To ensure that such parts build successfully, we should run the test workflows on Windows.