Skip to content

Commit e62b674

Browse files
Don't ignore private
1 parent be62469 commit e62b674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
set -euo pipefail
6060
6161
cargo hack check --each-feature --locked \
62-
--rust-version --ignore-private --workspace \
62+
--rust-version --workspace \
6363
--keep-going --exclude-no-default-features
6464
6565
minimal-versions:

0 commit comments

Comments
 (0)