From f5cfcf97c8c474d3734ab1ed7c2568e92e7e5c31 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 29 Jan 2021 09:20:08 +1100 Subject: [PATCH] Updates bors to include all docker tests --- bors.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index 8242e64a..fa8f403f 100644 --- a/bors.toml +++ b/bors.toml @@ -1,5 +1,13 @@ status = [ "static_analysis", "build_test (x86_64-unknown-linux-gnu)", - "build_test (x86_64-apple-darwin)" + "build_test (x86_64-apple-darwin)", + "docker_tests (happy_path)", + "docker_tests (happy_path_restart_alice)", + "docker_tests (happy_path_restart_bob_after_comm)", + "docker_tests (happy_path_restart_bob_after_lock_proof_received)", + "docker_tests (happy_path_restart_bob_before_comm)", + "docker_tests (punish)", + "docker_tests (refund_restart_alice_cancelled)", + "docker_tests (refund_restart_alice), ]