Skip to content

Commit

Permalink
fixup! Add workflow step for running testsuite of only one feature
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbeyer committed Oct 2, 2021
1 parent 8a8e1a4 commit 661e4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --feature ${{ matrix.feature }}
args: --no-default-features --features ${{ matrix.feature }}

fmt:
needs: [check]
Expand Down

0 comments on commit 661e4f9

Please sign in to comment.