Skip to content

Commit 5d6e1d3

Browse files
authored
Correct cli usage of cargo-all-features in the no_std CI job (#161)
1 parent cec104a commit 5d6e1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ jobs:
155155
with:
156156
tool: cargo-all-features
157157
- name: Check
158-
run: cargo check-all-features --target ${{ matrix.target }}
158+
run: cargo check-all-features -- --target ${{ matrix.target }}

0 commit comments

Comments
 (0)