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
Loading
...@@ -22,13 +22,13 @@ matrix: ...@@ -22,13 +22,13 @@ matrix:
- shellcheck --version - shellcheck --version
- shellcheck ci/*.sh - shellcheck ci/*.sh
stage: tools-and-build-and-tier1 stage: tools-and-build-and-tier1
# Disabled due to rust-lang/rustfmt#3341 - name: "Style"
#- name: "Style" install: rustup component add rustfmt-preview
# install: rustup component add rustfmt-preview script:
# script: - rustc ci/style.rs && ./style src
# - rustc ci/style.rs && ./style src # Disabled due to rust-lang/rustfmt#3341
# - cargo fmt --all -- --check # - cargo fmt --all -- --check
# stage: tools-and-build-and-tier1 stage: tools-and-build-and-tier1
# BUILD stable, beta, nightly # BUILD stable, beta, nightly
- name: "Build Stable Rust" - 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