Add local drone integration test
This commit is contained in:
@ -28,7 +28,7 @@ for program in programs/native/*; do
|
||||
done
|
||||
|
||||
# Run integration tests serially
|
||||
for test in tests/*.rs wallet/tests/*.rs; do
|
||||
for test in tests/*.rs wallet/tests/*.rs drone/tests/*.rs; do
|
||||
test=${test##*/} # basename x
|
||||
test=${test%.rs} # basename x .rs
|
||||
_ cargo test --all --verbose --features="$FEATURES" --test="$test" -- --test-threads=1 --nocapture
|
||||
|
Reference in New Issue
Block a user