Skip to content

Commit ffcfb8b

Browse files
authored
chore(ci): use cargo-hack --no-dev-deps option to check without dev-dependencies (#41)
1 parent 13d067b commit ffcfb8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ jobs:
114114
steps:
115115
- uses: actions/checkout@v4
116116

117-
- uses: dtolnay/rust-toolchain@nightly
117+
- uses: dtolnay/rust-toolchain@stable
118118

119119
- uses: taiki-e/install-action@cargo-hack
120120

121-
- run: cargo hack check --feature-powerset --depth 2 -Z avoid-dev-deps
121+
- run: cargo hack --no-dev-deps check --feature-powerset --depth 2
122122

123123
doc:
124124
name: Build docs

0 commit comments

Comments
 (0)