Skip to content

Commit 35df6d8

Browse files
committed
Add CI check for builds without the default hasher
1 parent 278488a commit 35df6d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ fi
2121

2222
export RUSTFLAGS="$RUSTFLAGS --cfg hashbrown_deny_warnings"
2323

24+
# Make sure we can compile without the default hasher
25+
"${CARGO}" -vv check --target="${TARGET}" --no-default-features
26+
2427
"${CARGO}" -vv test --target="${TARGET}"
2528
"${CARGO}" -vv test --target="${TARGET}" --features "${FEATURES}"
2629

0 commit comments

Comments
 (0)