Skip to content

Commit dd583b0

Browse files
committed
f Add CI job running basic VSS tests
Drop the leftover workflow debug listing Remove the stray `ls -la` output so the VSS test job only emits the signal needed for debugging failures. Co-Authored-By: HAL 9000
1 parent 2276129 commit dd583b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/vss-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
until curl -sf http://localhost:8080/vss > /dev/null; do sleep 1; done
4444
- name: Run VSS tests
4545
run: |
46-
ls -la
4746
cd rust-lightning/lightning-persister
4847
export TEST_VSS_BASE_URL="http://localhost:8080/vss"
4948
RUSTFLAGS="--cfg vss_test" cargo test --features vss vss_store

0 commit comments

Comments
 (0)