From 2f64cd83756e256309cad3d4f7ae870b8c0e0793 Mon Sep 17 00:00:00 2001 From: Ulrich Hornung Date: Sat, 13 Apr 2024 19:43:57 +0200 Subject: [PATCH] use features arg for stable and nightly build --- .github/workflows/CICD.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"