From 2ee782fcf15f966a40d098600a079cae759c1c88 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Wed, 17 Apr 2024 16:17:51 +0200 Subject: [PATCH] ci: remove unused CARGO_FEATURES_OPTION --- .github/workflows/code-quality.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index bd34b7217..dca7ee592 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -49,11 +49,6 @@ jobs: *) FAIL_ON_FAULT=true ; FAULT_TYPE=error ;; esac; outputs FAIL_ON_FAULT FAULT_TYPE - # target-specific options - # * CARGO_FEATURES_OPTION - CARGO_FEATURES_OPTION='' ; - if [ -n "${{ matrix.job.features }}" ]; then CARGO_FEATURES_OPTION='--features "${{ matrix.job.features }}"' ; fi - outputs CARGO_FEATURES_OPTION - name: "`cargo fmt` testing" shell: bash run: |