mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Move CI to rust-cache Action
This commit is contained in:
parent
94d9fc2a28
commit
9c022e3013
4 changed files with 4 additions and 117 deletions
|
@ -28,7 +28,6 @@ xflags::xflags! {
|
|||
}
|
||||
|
||||
cmd fuzz-tests {}
|
||||
cmd pre-cache {}
|
||||
|
||||
cmd release {
|
||||
optional --dry-run
|
||||
|
@ -63,7 +62,6 @@ pub enum XtaskCmd {
|
|||
Help(Help),
|
||||
Install(Install),
|
||||
FuzzTests(FuzzTests),
|
||||
PreCache(PreCache),
|
||||
Release(Release),
|
||||
Promote(Promote),
|
||||
Dist(Dist),
|
||||
|
@ -91,9 +89,6 @@ pub struct Lint;
|
|||
#[derive(Debug)]
|
||||
pub struct FuzzTests;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct PreCache;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Release {
|
||||
pub dry_run: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue