Skip to content
Snippets Groups Projects
Commit 4ec33ade authored by Jason King's avatar Jason King
Browse files

Disable rustfmt bot due to rust-lang/rustfmt#3341

parent 9638d0de
No related branches found
No related tags found
No related merge requests found
......@@ -22,12 +22,13 @@ matrix:
- shellcheck --version
- shellcheck ci/*.sh
stage: tools-and-build-and-tier1
- name: "Style"
install: rustup component add rustfmt-preview
script:
- rustc ci/style.rs && ./style src
- cargo fmt --all -- --check
stage: tools-and-build-and-tier1
# Disabled due to rust-lang/rustfmt#3341
#- name: "Style"
# install: rustup component add rustfmt-preview
# script:
# - rustc ci/style.rs && ./style src
# - cargo fmt --all -- --check
# stage: tools-and-build-and-tier1
# BUILD stable, beta, nightly
- name: "Build Stable Rust"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment