From f8fdc2023b02272a7ef2141bd541221f12c318a5 Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Sat, 25 Jun 2022 19:08:56 +0200 Subject: [PATCH] iox-#5 Squash me rust minimal --- .github/workflows/rust.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7a8d51b..d5f30ef 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,8 +19,9 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: stable - components: rustfmt + profile: minimal override: true + components: rustfmt - name: Check formatting run: cargo fmt --check @@ -43,8 +44,9 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: ${{ matrix.toolchain }} - components: clippy + profile: minimal override: true + components: clippy - name: Setup cache uses: actions/cache@v2 with: @@ -77,8 +79,9 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: nightly - components: llvm-tools-preview + profile: minimal override: true + components: llvm-tools-preview - name: Setup cache uses: actions/cache@v2 with: