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 53ed2b9 commit 3d8cebbCopy full SHA for 3d8cebb
utils/ci/script.sh
@@ -29,6 +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
33
else
34
# all stable features:
35
$CARGO test $TARGET --features=serde1,log,small_rng
0 commit comments