Skip to content

Commit

Permalink
Add nocapture flag to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Jul 29, 2024
1 parent 8fe3e98 commit e57b065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ledger-emulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: |
sudo apt install -y libudev-dev
- run: |
cargo test --manifest-path cmd/crates/stellar-ledger/Cargo.toml --features "emulator-tests"
cargo test --manifest-path cmd/crates/stellar-ledger/Cargo.toml --features "emulator-tests" -- --nocapture

0 comments on commit e57b065

Please sign in to comment.