chore: remove format / clippy / machette check as they're in autofix.yml
parent
febfa18e4a
commit
52793304c0
|
|
@ -34,9 +34,6 @@ jobs:
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
|
||||||
toolchain: nightly
|
|
||||||
components: rustfmt
|
|
||||||
|
|
||||||
- name: Sccache cache
|
- name: Sccache cache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.3
|
uses: mozilla-actions/sccache-action@v0.0.3
|
||||||
|
|
@ -54,12 +51,6 @@ jobs:
|
||||||
~/.cargo/registry
|
~/.cargo/registry
|
||||||
~/.cargo/git
|
~/.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
|
- run: bash ./ci/prepare_build_environment.sh
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue