2020-09-28 06:18:50 +00:00
|
|
|
status = [
|
|
|
|
"static_analysis",
|
2021-03-15 05:04:14 +00: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 05:02:43 +00:00
|
|
|
"test (ubuntu-latest)",
|
|
|
|
"test (macos-latest)",
|
2021-01-28 22:20:08 +00:00
|
|
|
"docker_tests (happy_path)",
|
2021-03-18 07:00:02 +00:00
|
|
|
"docker_tests (happy_path_restart_bob_after_xmr_locked)",
|
2021-03-26 04:38:30 +00:00
|
|
|
"docker_tests (happy_path_restart_alice_after_xmr_locked)",
|
2021-03-18 07:00:02 +00:00
|
|
|
"docker_tests (happy_path_restart_bob_before_xmr_locked)",
|
2021-02-10 01:06:41 +00: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 06:18:57 +00:00
|
|
|
"docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_expired)",
|
2021-03-26 04:38:30 +00:00
|
|
|
"docker_tests (punish)",
|
2021-04-01 06:36:45 +00:00
|
|
|
"docker_tests (alice_punishes_after_restart_punish_timelock_expired)",
|
2021-04-08 08:56:26 +00: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 06:18:50 +00:00
|
|
|
]
|