Move CI to rust-cache Action

This commit is contained in:
Arpad Borsos 2021-04-08 18:55:28 +02:00
parent 94d9fc2a28
commit 9c022e3013
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
4 changed files with 4 additions and 117 deletions

View file

@ -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,