aboutsummaryrefslogtreecommitdiff
path: root/rand/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'rand/appveyor.yml')
-rw-r--r--rand/appveyor.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/rand/appveyor.yml b/rand/appveyor.yml
index 70e4326..ef0b4bf 100644
--- a/rand/appveyor.yml
+++ b/rand/appveyor.yml
@@ -32,20 +32,14 @@ install:
build: false
test_script:
- - cargo test --lib --no-default-features --features alloc
+ - cargo test --tests --no-default-features --features alloc
# TODO: use --all-features once simd_support is sufficiently stable:
- cargo test --features=serde1,log
- cargo test --benches --features=nightly
- cargo test --examples
- - cargo test --package rand_core
- - cargo test --package rand_core --no-default-features --features=alloc
- - cargo test --package rand_isaac --features=serde1
- - cargo test --package rand_xorshift --features=serde1
- - cargo test --package rand_xoshiro
- - cargo test --package rand_chacha
- - cargo test --package rand_hc
- cargo test --manifest-path rand_core/Cargo.toml
- cargo test --manifest-path rand_core/Cargo.toml --no-default-features --features=alloc
+ - cargo test --manifest-path rand_distr/Cargo.toml
- cargo test --manifest-path rand_isaac/Cargo.toml --features=serde1
- cargo test --manifest-path rand_pcg/Cargo.toml --features=serde1
- cargo test --manifest-path rand_xorshift/Cargo.toml --features=serde1