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