@@ -55,7 +55,6 @@ sudo: false
55
55
# `cargo test --package rand_core --features=alloc` (requires nightly)
56
56
# `cargo test --package rand_core --no-default-features`
57
57
# `cargo test --package rand_isaac --features=serde1`
58
- # `cargo test --package rand_xorshift --features=serde1`
59
58
# `cargo test --package rand_chacha`
60
59
# `cargo test --package rand_hc128`
61
60
#
@@ -73,7 +72,6 @@ matrix:
73
72
- cargo test --package rand_core
74
73
- cargo test --package rand_core --no-default-features
75
74
- cargo test --package rand_isaac --features=serde1
76
- # - cargo test --package rand_xorshift --features=serde1
77
75
- cargo test --package rand_chacha
78
76
- cargo test --package rand_hc128
79
77
@@ -90,7 +88,6 @@ matrix:
90
88
- cargo test --package rand_core
91
89
- cargo test --package rand_core --no-default-features
92
90
- cargo test --package rand_isaac --features=serde1
93
- - cargo test --package rand_xorshift --features=serde1
94
91
- cargo test --package rand_chacha
95
92
- cargo test --package rand_hc128
96
93
- cargo build --target=aarch64-apple-ios
@@ -106,7 +103,6 @@ matrix:
106
103
- cargo test --package rand_core
107
104
- cargo test --package rand_core --no-default-features
108
105
- cargo test --package rand_isaac --features=serde1
109
- - cargo test --package rand_xorshift --features=serde1
110
106
- cargo test --package rand_chacha
111
107
- cargo test --package rand_hc128
112
108
@@ -125,7 +121,6 @@ matrix:
125
121
- cargo test --package rand_core
126
122
- cargo test --package rand_core --no-default-features --features=alloc
127
123
- cargo test --package rand_isaac --features=serde1
128
- # - cargo test --package rand_xorshift --features=serde1
129
124
- cargo test --package rand_chacha
130
125
- cargo test --package rand_hc128
131
126
# remove cached documentation, otherwise files from previous PRs can get included
0 commit comments