diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index ef560801..b0910c5d 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -23,7 +23,7 @@ jobs: profile: minimal toolchain: 1.78.0 override: true - components: rustfmt, clippy + components: rustfmt - name: Run cargo fmt uses: actions-rs/cargo@v1 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2307cd81..d9c6c7b7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,6 +23,7 @@ jobs: profile: minimal toolchain: 1.78.0 override: true + components: rustfmt - name: Run cargo test run: cargo test --release --all-features