Skip to content

Commit

Permalink
Test new PRNG crates
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Sep 14, 2018
1 parent 8c55e24 commit 6f3e185
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ main() {
cross test --package rand_core --target $TARGET
cross test --package rand_core --no-default-features --features=alloc --target $TARGET
cross test --package rand_isaac --features=serde1 --target $TARGET
cross test --package rand_chacha --target $TARGET
cross test --package rand_hc128 --target $TARGET
cross test --package rand_xorshift --features=serde1 --target $TARGET
else # have stable Rust
cross test --lib --no-default-features --target $TARGET
Expand All @@ -27,6 +29,8 @@ main() {
cross test --package rand_core --target $TARGET
cross test --package rand_core --no-default-features --target $TARGET
cross test --package rand_isaac --features=serde1 --target $TARGET
cross test --package rand_chacha --target $TARGET
cross test --package rand_hc128 ---target $TARGET
cross test --package rand_xorshift --features=serde1 --target $TARGET
fi
}
Expand Down

0 comments on commit 6f3e185

Please sign in to comment.