diff --git a/.github/workflows/ledger-emulator.yml b/.github/workflows/ledger-emulator.yml index 4a092c1bae..591995be7b 100644 --- a/.github/workflows/ledger-emulator.yml +++ b/.github/workflows/ledger-emulator.yml @@ -21,4 +21,4 @@ jobs: run: | sudo apt install -y libudev-dev - run: | - cargo test --manifest-path cmd/crates/stellar-ledger/Cargo.toml --features "emulator-tests" \ No newline at end of file + cargo test --manifest-path cmd/crates/stellar-ledger/Cargo.toml --features "emulator-tests" -- --nocapture \ No newline at end of file