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

@ -18,7 +18,6 @@ mod install;
mod release;
mod dist;
mod metrics;
mod pre_cache;
use anyhow::{bail, Result};
use std::{
@ -41,7 +40,6 @@ fn main() -> Result<()> {
}
flags::XtaskCmd::Install(cmd) => cmd.run(),
flags::XtaskCmd::FuzzTests(_) => run_fuzzer(),
flags::XtaskCmd::PreCache(cmd) => cmd.run(),
flags::XtaskCmd::Release(cmd) => cmd.run(),
flags::XtaskCmd::Promote(cmd) => cmd.run(),
flags::XtaskCmd::Dist(flags) => {