Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test rust-code-analysis on stable #140

Merged
merged 1 commit into from
Apr 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 &&
Luni-4 marked this conversation as resolved.
Show resolved Hide resolved
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