From 42e7e9ec648357f9f692956a3c0a2c44af1da9b3 Mon Sep 17 00:00:00 2001 From: David Peter Date: Sat, 28 May 2022 22:25:20 +0200 Subject: [PATCH] Use minimal toolchain for clippy runs --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 930db3b..9e6a7f8 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -53,12 +53,12 @@ jobs: toolchain: ${{ env.MIN_SUPPORTED_RUST_VERSION }} default: true components: clippy + profile: minimal - name: Run clippy (on minimum supported rust version to prevent warnings we can't fix) uses: actions-rs/cargo@v1 with: command: clippy args: --locked --all-targets --all-features - profile: minimal # minimal component installation (ie, no documentation) - name: Run tests uses: actions-rs/cargo@v1 with: