diff --git a/appveyor.yml b/appveyor.yml index 70e4326e..70a8cada 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,13 +37,6 @@ test_script: - 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_isaac/Cargo.toml --features=serde1