2020-09-28 02:18:50 -04:00
|
|
|
status = [
|
|
|
|
"static_analysis",
|
2022-11-22 08:39:42 -05:00
|
|
|
"bdk_test",
|
2022-11-30 06:39:20 -05:00
|
|
|
"sqlx_test",
|
2021-03-15 01:04:14 -04: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 01:02:43 -04:00
|
|
|
"test (ubuntu-latest)",
|
|
|
|
"test (macos-latest)",
|
2021-01-28 17:20:08 -05:00
|
|
|
"docker_tests (happy_path)",
|
2021-03-18 03:00:02 -04:00
|
|
|
"docker_tests (happy_path_restart_bob_after_xmr_locked)",
|
2021-03-26 00:38:30 -04:00
|
|
|
"docker_tests (happy_path_restart_alice_after_xmr_locked)",
|
2021-03-18 03:00:02 -04:00
|
|
|
"docker_tests (happy_path_restart_bob_before_xmr_locked)",
|
2021-04-27 00:51:53 -04:00
|
|
|
"docker_tests (alice_and_bob_refund_using_cancel_and_refund_command)",
|
2023-01-04 04:23:24 -05:00
|
|
|
"docker_tests (alice_and_bob_refund_using_cancel_then_refund_command)",
|
2021-04-27 00:51:53 -04:00
|
|
|
"docker_tests (alice_and_bob_refund_using_cancel_and_refund_command_timelock_not_expired)",
|
2021-03-26 00:38:30 -04:00
|
|
|
"docker_tests (punish)",
|
2021-04-28 02:13:04 -04:00
|
|
|
"docker_tests (alice_punishes_after_restart_bob_dead)",
|
|
|
|
"docker_tests (alice_manually_punishes_after_bob_dead)",
|
2021-04-08 04:56:26 -04:00
|
|
|
"docker_tests (alice_refunds_after_restart_bob_refunded)",
|
|
|
|
"docker_tests (ensure_same_swap_id)",
|
2021-04-28 02:13:04 -04:00
|
|
|
"docker_tests (concurrent_bobs_before_xmr_lock_proof_sent)",
|
|
|
|
"docker_tests (alice_manually_redeems_after_enc_sig_learned)"
|
2020-09-28 02:18:50 -04:00
|
|
|
]
|