2020-09-28 16:18:50 +10:00
|
|
|
status = [
|
|
|
|
"static_analysis",
|
2021-03-15 16:04:14 +11:00
|
|
|
"build (x86_64-unknown-linux-gnu, ubuntu-latest)",
|
|
|
|
"build (armv7-unknown-linux-gnueabihf, ubuntu-latest)",
|
|
|
|
"build (x86_64-apple-darwin, macos-latest)",
|
|
|
|
"build (x86_64-pc-windows-msvc, windows-latest)",
|
2021-03-24 16:02:43 +11:00
|
|
|
"test (ubuntu-latest)",
|
|
|
|
"test (macos-latest)",
|
2021-01-29 09:20:08 +11:00
|
|
|
"docker_tests (happy_path)",
|
2021-03-18 18:00:02 +11:00
|
|
|
"docker_tests (happy_path_restart_bob_after_xmr_locked)",
|
2021-03-26 15:38:30 +11:00
|
|
|
"docker_tests (happy_path_restart_alice_after_xmr_locked)",
|
2021-03-18 18:00:02 +11:00
|
|
|
"docker_tests (happy_path_restart_bob_before_xmr_locked)",
|
2021-02-10 12:06:41 +11:00
|
|
|
"docker_tests (bob_refunds_using_cancel_and_refund_command)",
|
|
|
|
"docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force)",
|
2021-03-16 17:18:57 +11:00
|
|
|
"docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_expired)",
|
2021-03-26 15:38:30 +11:00
|
|
|
"docker_tests (punish)",
|
2021-04-01 17:36:45 +11:00
|
|
|
"docker_tests (alice_punishes_after_restart_punish_timelock_expired)",
|
2021-04-08 18:56:26 +10:00
|
|
|
"docker_tests (alice_refunds_after_restart_bob_refunded)",
|
|
|
|
"docker_tests (ensure_same_swap_id)",
|
|
|
|
"docker_tests (concurrent_bobs_after_xmr_lock_proof_sent)",
|
|
|
|
"docker_tests (concurrent_bobs_before_xmr_lock_proof_sent)"
|
2020-09-28 16:18:50 +10:00
|
|
|
]
|