diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd90297..2ae81fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,9 +34,6 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 - with: - toolchain: nightly - components: rustfmt - name: Sccache cache uses: mozilla-actions/sccache-action@v0.0.3 @@ -54,12 +51,6 @@ jobs: ~/.cargo/registry ~/.cargo/git - - name: Cargo fmt - run: cargo +nightly fmt --check - - - name: Cargo Machete - uses: bnjbvr/cargo-machete@main - - run: bash ./ci/prepare_build_environment.sh - name: Run unit tests