Skip to content

Commit

Permalink
Enable empty featureset test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jul 23, 2024
1 parent 7235931 commit d9a9560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
command: test
args: --all-targets --no-fail-fast --all-features

- name: Run tests with ${{ matrix.features }}
- name: "Run tests with features: ${{ matrix.features }}"
uses: actions-rs/cargo@v1
if: ${{ !matrix.coverage && matrix.features != '' }}
if: ${{ !matrix.coverage }}
with:
command: test
args: --all-targets --no-fail-fast --no-default-features --features ${{ matrix.features }}
Expand Down

0 comments on commit d9a9560

Please sign in to comment.