testing: Add debug logs

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-01-08 13:17:47 +02:00
parent c5948dc967
commit 282bcf9128
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ jobs:
uses: actions-rs/cargo@v1.0.3
with:
command: test
args: --release --package integration-tests --features unstable-light-client
args: --release --package integration-tests --features unstable-light-client -- --nocapture
wasm_tests:
name: Test (WASM)