From b5f17167c24763c11ddca55e60a6d97a746f64ec Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 7 Dec 2020 12:51:03 -0500 Subject: [PATCH] fixup! fixup! Try adding "test --all" and "fmt" and "clippy". --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a22a495b..0ea796374 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,6 @@ rust-nightly: script: - cargo build --verbose --target x86_64-unknown-linux-gnu --all - cargo test --verbose --all - - rustup component add clippy rustfmt + - rustup component add clippy - cargo clippy - cargo fmt --all -- --check