Skip to content

Commit 3d8cebb

Browse files
committed
Add rand_distr benches to CI
1 parent 53ed2b9 commit 3d8cebb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/ci/script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ main() {
2929
if [ "0$NIGHTLY" -ge 1 ]; then
3030
$CARGO test $TARGET --all-features
3131
$CARGO test $TARGET --benches --features=nightly
32+
$CARGO test $TARGET --manifest-path rand_distr/Cargo.toml --benches --features=nightly
3233
else
3334
# all stable features:
3435
$CARGO test $TARGET --features=serde1,log,small_rng

0 commit comments

Comments
 (0)