Skip to content

Commit

Permalink
Add RUST_BACKTRACE=1
Browse files Browse the repository at this point in the history
  • Loading branch information
toblux committed Oct 27, 2024
1 parent 4680f8f commit d390f7c
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
cargo test --features tokio-stream
cargo test --features async-std
RUST_BACKTRACE=1 cargo test --features tokio
RUST_BACKTRACE=1 cargo test --features tokio-stream
RUST_BACKTRACE=1 cargo test --features async-std
- name: Run tests with all features
run: cargo test --all-features
run: RUST_BACKTRACE=1 cargo test --all-features

0 comments on commit d390f7c

Please sign in to comment.