Skip to content

Commit 89fd006

Browse files
authored
Merge pull request #512 from jbr/avoid-dev-deps-ci
add a no-dev-deps check to ci
2 parents 8850cbb + b2176d2 commit 89fd006

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)