mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +00:00
Merge pull request #6224 from cre4ture/patch-1
CI fix: use features arg for stable and nightly build
This commit is contained in:
commit
76b79d3c4c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/CICD.yml
vendored
4
.github/workflows/CICD.yml
vendored
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue