xmr-btc-swap/bors.toml
Thomas Eizinger f1b097877b
Split build_test into build and test
Building binaries and building tests results in different artifacts
inside the `target` directory. If we use distinct caches for these
commands, the caches are more useful because less code has to be
re-built.
2021-02-17 14:46:12 +11:00

13 lines
519 B
TOML

status = [
"static_analysis",
"build (x86_64-unknown-linux-gnu)",
"build (x86_64-apple-darwin)",
"test (x86_64-unknown-linux-gnu)",
"test (x86_64-apple-darwin)",
"docker_tests (happy_path)",
"docker_tests (happy_path_restart_bob_before_comm)",
"docker_tests (bob_refunds_using_cancel_and_refund_command)",
"docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force)",
"docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_expired)"
]