From a07fb1deccb1bfec1703688c7ff192a0102e45e0 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Fri, 3 Apr 2020 18:32:58 +0200 Subject: [PATCH] Test rust-code-analysis on stable --- .taskcluster.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index b611f4fef..d4f539975 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -41,7 +41,6 @@ tasks: - "-cx" - "curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && rustup toolchain install stable && - rustup toolchain install nightly && rustup default stable && rustup component add clippy && rustup component add rustfmt && @@ -50,7 +49,6 @@ tasks: git -c advice.detachedHead=false checkout ${head_rev} && pip3 install --quiet pre-commit && pre-commit run -a --show-diff-on-failure && - rustup default nightly && cargo test" metadata: name: rust-code-analysis lint and test