We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c856b commit 77e952fCopy full SHA for 77e952f
appveyor.yml
@@ -37,13 +37,6 @@ test_script:
37
- cargo test --features=serde1,log
38
- cargo test --benches --features=nightly
39
- cargo test --examples
40
- - cargo test --package rand_core
41
- - cargo test --package rand_core --no-default-features --features=alloc
42
- - cargo test --package rand_isaac --features=serde1
43
- - cargo test --package rand_xorshift --features=serde1
44
- - cargo test --package rand_xoshiro
45
- - cargo test --package rand_chacha
46
- - cargo test --package rand_hc
47
- cargo test --manifest-path rand_core/Cargo.toml
48
- cargo test --manifest-path rand_core/Cargo.toml --no-default-features --features=alloc
49
- cargo test --manifest-path rand_isaac/Cargo.toml --features=serde1
0 commit comments