Skip to content
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 &&
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