Skip to content

Commit b2176d2

Browse files
committed
add a no-dev-deps check
1 parent 37c1762 commit b2176d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ jobs:
3434
command: check
3535
args: --all --bins --examples
3636

37+
- name: check avoid-dev-deps
38+
uses: actions-rs/cargo@v1
39+
if: matrix.rust == 'nightly'
40+
with:
41+
command: check
42+
args: --all -Z avoid-dev-deps
43+
3744
- name: check unstable
3845
uses: actions-rs/cargo@v1
3946
with:

0 commit comments

Comments
 (0)