You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Checklist
* [X] I have read the [Contributor Guide](../CONTRIBUTING.md)
* [X] I have read and agree to the [Code of
Conduct](../CODE_OF_CONDUCT.md)
* [X] I have added a description of my changes and why I'd like them
included in the section below
### Description of Changes
- Move `CI` to GitHub Runners, as custom Runners does not seem
available.
- Migrate to `actions/checkout@v4`
- use `--locked` on cargo commands to help reduce CI duration
- enable use of `rust-cache` action (Swatinem/rust-cache@v2) to help
reduce build time.
:exclamation: `main` seems to be _broken_
---------
Co-authored-by: Emil Ernerfeldt <[email protected]>
0 commit comments