Skip to content

Commit

Permalink
add the io module to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Sep 11, 2023
1 parent c4f91a1 commit ba8a84e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
run: cargo test --features=rayon,traits-preview,zeroize
env:
RAYON_NUM_THREADS: 1
# The io module.
- run: cargo test --features=io
# The io module plus Rayon and everything else.
- run: cargo test --features=io,rayon,traits-preview,zeroize
# no_std tests.
- run: cargo test --no-default-features

Expand Down

0 comments on commit ba8a84e

Please sign in to comment.