From 26402b3148926660e1b51946d7e9ec0ca62d2fae Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Fri, 7 Aug 2020 19:34:48 -0400 Subject: [PATCH] i give up --- .github/workflows/rust.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e5faffe..26b8d3a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,5 +21,6 @@ jobs: run: cargo build --verbose - name: Run tests run: cargo test --verbose - - name: Check formatting - run: rustup toolchain add nightly && rustup component add rustfmt --toolchain nightly && cargo +nightly fmt -- --check + # Uncommenct when the rules I want become available on stable + # - name: Check formatting + # run: rustup component add rustfmt && cargo fmt -- --check