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

Only disable rustfmt style checl

parent 4ec33ade
No related branches found
No related tags found
No related merge requests found
......@@ -22,13 +22,13 @@ matrix:
- shellcheck --version
- shellcheck ci/*.sh
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
- name: "Style"
install: rustup component add rustfmt-preview
script:
- rustc ci/style.rs && ./style src
# Disabled due to rust-lang/rustfmt#3341
# - 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