Fix CI script

This commit is contained in:
Vinzent Steinberg 2020-08-05 09:10:15 +02:00
parent 91e603fa98
commit c926752ba7

View File

@ -29,7 +29,7 @@ main() {
if [ "0$NIGHTLY" -ge 1 ]; then
$CARGO test $TARGET --all-features
$CARGO test $TARGET --benches --features=nightly
$CARGO test $TARGET --manifest-path rand_distr/Cargo.toml --benches --features=nightly
$CARGO test $TARGET --manifest-path rand_distr/Cargo.toml --benches
else
# all stable features:
$CARGO test $TARGET --features=serde1,log,small_rng