diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 5ba092485..cd38463af 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -309,7 +309,7 @@ jobs: - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.4 - name: Test - run: cargo nextest run --hide-progress-bar --profile ci ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} + run: cargo nextest run --hide-progress-bar --profile ci --features ${{ matrix.job.features }} env: RUST_BACKTRACE: "1" @@ -336,7 +336,7 @@ jobs: - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.4 - name: Test - run: cargo nextest run --hide-progress-bar --profile ci ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} + run: cargo nextest run --hide-progress-bar --profile ci --features ${{ matrix.job.features }} env: RUST_BACKTRACE: "1"