This commit is contained in:
Franck Royer 2021-02-10 12:06:41 +11:00
parent 6e6dc320b4
commit eb39add5ff
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
4 changed files with 5 additions and 5 deletions

View File

@ -129,8 +129,8 @@ jobs:
happy_path, happy_path,
happy_path_restart_bob_before_comm, happy_path_restart_bob_before_comm,
bob_refunds_using_cancel_and_refund_command, bob_refunds_using_cancel_and_refund_command,
bob_refunds_using_cancel_and_refund_command_timelock_not_exired, bob_refunds_using_cancel_and_refund_command_timelock_not_expired,
bob_refunds_using_cancel_and_refund_command_timelock_not_exired_force, bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force,
] ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -4,7 +4,7 @@ status = [
"build_test (x86_64-apple-darwin)", "build_test (x86_64-apple-darwin)",
"docker_tests (happy_path)", "docker_tests (happy_path)",
"docker_tests (happy_path_restart_bob_before_comm)", "docker_tests (happy_path_restart_bob_before_comm)",
"docker_tests (bob_refunds_using_cancel_and_refund_command.rs)", "docker_tests (bob_refunds_using_cancel_and_refund_command)",
"docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_exired_force.rs)", "docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force)",
"docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_exired.rs)" "docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_expired)"
] ]