forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch does some various cleanups to our rust ci pipeline. In particular it runs linting (clippy, rustfmt) as well as tests using the compiler toolchain specified inside of the `rust-toolchain` file instead of overriding it with either `stable` or `nightly` either of which could cause CI to break when a new toolchain is released to the stable or nightly channels. It also moves canarying of a new compiler toolchain from the workflow that runs on every PR to a 'nightly' Github Action workflow. It also prefers using the 'beta' channel instead of 'nightly' channel in order to reduce noise.
- Loading branch information
Showing
2 changed files
with
48 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters