Skip to content

Commit

Permalink
Test rust-code-analysis on stable (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 authored Apr 3, 2020
1 parent 5a2e203 commit 61e03d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand All @@ -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
Expand Down

0 comments on commit 61e03d9

Please sign in to comment.