Skip to content

Commit 661e4f9

Browse files
committed
fixup! Add workflow step for running testsuite of only one feature
1 parent 8a8e1a4 commit 661e4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msrv.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions-rs/cargo@v1
111111
with:
112112
command: test
113-
args: --no-default-features --feature ${{ matrix.feature }}
113+
args: --no-default-features --features ${{ matrix.feature }}
114114

115115
fmt:
116116
needs: [check]

0 commit comments

Comments
 (0)