We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8cebb commit ea8345bCopy full SHA for ea8345b
utils/ci/script.sh
@@ -29,7 +29,7 @@ main() {
29
if [ "0$NIGHTLY" -ge 1 ]; then
30
$CARGO test $TARGET --all-features
31
$CARGO test $TARGET --benches --features=nightly
32
- $CARGO test $TARGET --manifest-path rand_distr/Cargo.toml --benches --features=nightly
+ $CARGO test $TARGET --manifest-path rand_distr/Cargo.toml --benches
33
else
34
# all stable features:
35
$CARGO test $TARGET --features=serde1,log,small_rng
0 commit comments