Skip to content

Commit ea8345b

Browse files
committed
Fix CI script
1 parent 3d8cebb commit ea8345b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +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
32+
$CARGO test $TARGET --manifest-path rand_distr/Cargo.toml --benches
3333
else
3434
# all stable features:
3535
$CARGO test $TARGET --features=serde1,log,small_rng

0 commit comments

Comments
 (0)