Fix CI script
This commit is contained in:
parent
91e603fa98
commit
c926752ba7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user