Add ledger-tool tests to CI
This commit is contained in:
parent
bfaf5634a1
commit
a8ea6471e7
|
@ -29,7 +29,7 @@ done
|
||||||
|
|
||||||
# Run integration tests serially
|
# Run integration tests serially
|
||||||
OLD_RUST_LOG=$RUST_LOG
|
OLD_RUST_LOG=$RUST_LOG
|
||||||
for test in tests/*.rs wallet/tests/*.rs drone/tests/*.rs; do
|
for test in {,*/}tests/*.rs; do
|
||||||
test=${test##*/} # basename x
|
test=${test##*/} # basename x
|
||||||
test=${test%.rs} # basename x .rs
|
test=${test%.rs} # basename x .rs
|
||||||
export RUST_LOG="$test"=trace
|
export RUST_LOG="$test"=trace
|
||||||
|
|
Loading…
Reference in New Issue