Skip to content

Commit 6f3e185

Browse files
committed
Test new PRNG crates
1 parent 8c55e24 commit 6f3e185

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/ci/script.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ main() {
1919
cross test --package rand_core --target $TARGET
2020
cross test --package rand_core --no-default-features --features=alloc --target $TARGET
2121
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
2224
cross test --package rand_xorshift --features=serde1 --target $TARGET
2325
else # have stable Rust
2426
cross test --lib --no-default-features --target $TARGET
@@ -27,6 +29,8 @@ main() {
2729
cross test --package rand_core --target $TARGET
2830
cross test --package rand_core --no-default-features --target $TARGET
2931
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
3034
cross test --package rand_xorshift --features=serde1 --target $TARGET
3135
fi
3236
}

0 commit comments

Comments
 (0)