File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ main() {
19
19
cross test --package rand_core --target $TARGET
20
20
cross test --package rand_core --no-default-features --features=alloc --target $TARGET
21
21
cross test --package rand_isaac --features=serde1 --target $TARGET
22
+ cross test --package rand_chacha --target $TARGET
23
+ cross test --package rand_hc128 --target $TARGET
22
24
cross test --package rand_xorshift --features=serde1 --target $TARGET
23
25
else # have stable Rust
24
26
cross test --lib --no-default-features --target $TARGET
@@ -27,6 +29,8 @@ main() {
27
29
cross test --package rand_core --target $TARGET
28
30
cross test --package rand_core --no-default-features --target $TARGET
29
31
cross test --package rand_isaac --features=serde1 --target $TARGET
32
+ cross test --package rand_chacha --target $TARGET
33
+ cross test --package rand_hc128 ---target $TARGET
30
34
cross test --package rand_xorshift --features=serde1 --target $TARGET
31
35
fi
32
36
}
You can’t perform that action at this time.
0 commit comments