We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a42f1 commit d7eb51bCopy full SHA for d7eb51b
.github/workflows/vss-integration.yml
@@ -75,7 +75,7 @@ jobs:
75
cd ldk-node
76
export TEST_VSS_BASE_URL="http://localhost:8080/vss"
77
RUSTFLAGS="--cfg vss_test" cargo build --verbose --color always
78
- RUSTFLAGS="--cfg vss_test" cargo test --test integration_tests_vss
+ RUSTFLAGS="--cfg vss_test" cargo test --test integration_tests_vss -- --nocapture
79
80
- name: Cleanup
81
run: |
0 commit comments