Skip to content

Commit

Permalink
Include oversized tests
Browse files Browse the repository at this point in the history
  • Loading branch information
toblux committed Oct 27, 2024
1 parent 78d5434 commit 4680f8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
stream_max_length: 1000000
- name: Run tests with separate features
run: |
cargo test --features tokio -- --skip oversized
cargo test --features tokio-stream -- --skip oversized
cargo test --features async-std -- --skip oversized
cargo test --features tokio
cargo test --features tokio-stream
cargo test --features async-std
- name: Run tests with all features
run: cargo test --all-features -- --skip oversized
run: cargo test --all-features

0 comments on commit 4680f8f

Please sign in to comment.