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: