@@ -66,8 +66,8 @@ matrix:
66
66
# TODO: add simd_support feature:
67
67
- cargo test --features=serde1,log
68
68
- cargo test --examples
69
- - cargo test --manifest-path rand_core/Cargo.toml
70
- - cargo test --manifest-path rand_core/Cargo.toml --no-default-features
69
+ - cargo test --manifest-path rand_core/Cargo.toml --tests
70
+ - cargo test --manifest-path rand_core/Cargo.toml --no-default-features --tests
71
71
- cargo test --manifest-path rand_isaac/Cargo.toml --features=serde1
72
72
# TODO: cannot test rand_pcg due to explicit dependency on i128
73
73
- cargo test --manifest-path rand_xorshift/Cargo.toml --features=serde1
@@ -88,8 +88,8 @@ matrix:
88
88
# TODO: add simd_support feature:
89
89
- cargo test --features=serde1,log
90
90
- cargo test --examples
91
- - cargo test --manifest-path rand_core/Cargo.toml
92
- - cargo test --manifest-path rand_core/Cargo.toml --no-default-features
91
+ - cargo test --manifest-path rand_core/Cargo.toml --tests
92
+ - cargo test --manifest-path rand_core/Cargo.toml --no-default-features --tests
93
93
- cargo test --manifest-path rand_isaac/Cargo.toml --features=serde1
94
94
- cargo test --manifest-path rand_pcg/Cargo.toml --features=serde1
95
95
- cargo test --manifest-path rand_xorshift/Cargo.toml --features=serde1
@@ -116,8 +116,8 @@ matrix:
116
116
- cargo test --all-features
117
117
- cargo test --benches --features=nightly
118
118
- cargo test --examples
119
- - cargo test --manifest-path rand_core/Cargo.toml
120
- - cargo test --manifest-path rand_core/Cargo.toml --no-default-features --features=alloc
119
+ - cargo test --manifest-path rand_core/Cargo.toml --tests
120
+ - cargo test --manifest-path rand_core/Cargo.toml --no-default-features --features=alloc --tests
121
121
- cargo test --manifest-path rand_isaac/Cargo.toml --features=serde1
122
122
- cargo test --manifest-path rand_pcg/Cargo.toml --features=serde1
123
123
- cargo test --manifest-path rand_xorshift/Cargo.toml --features=serde1
@@ -209,8 +209,8 @@ script:
209
209
# TODO: add simd_support feature:
210
210
- cargo test --features=serde1,log
211
211
- cargo test --examples
212
- - cargo test --manifest-path rand_core/Cargo.toml
213
- - cargo test --manifest-path rand_core/Cargo.toml --no-default-features
212
+ - cargo test --manifest-path rand_core/Cargo.toml --tests
213
+ - cargo test --manifest-path rand_core/Cargo.toml --no-default-features --tests
214
214
- cargo test --manifest-path rand_isaac/Cargo.toml --features=serde1
215
215
- cargo test --manifest-path rand_pcg/Cargo.toml --features=serde1
216
216
- cargo test --manifest-path rand_xorshift/Cargo.toml --features=serde1
0 commit comments