Skip to content

Commit d7eb51b

Browse files
committed
f try
1 parent 48a42f1 commit d7eb51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vss-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
cd ldk-node
7676
export TEST_VSS_BASE_URL="http://localhost:8080/vss"
7777
RUSTFLAGS="--cfg vss_test" cargo build --verbose --color always
78-
RUSTFLAGS="--cfg vss_test" cargo test --test integration_tests_vss
78+
RUSTFLAGS="--cfg vss_test" cargo test --test integration_tests_vss -- --nocapture
7979
8080
- name: Cleanup
8181
run: |

0 commit comments

Comments
 (0)