From e57b0655b81b968de75dc693873b52f83d33e167 Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:30:33 -0400 Subject: [PATCH] Add nocapture flag to tests --- .github/workflows/ledger-emulator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ledger-emulator.yml b/.github/workflows/ledger-emulator.yml index 87df86b94..2bf371b63 100644 --- a/.github/workflows/ledger-emulator.yml +++ b/.github/workflows/ledger-emulator.yml @@ -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" \ 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