From 5efd6fe4ce9bd99fe0af79291d1bc7be6b736163 Mon Sep 17 00:00:00 2001 From: Collin Chin Date: Wed, 10 Feb 2021 19:31:40 -0800 Subject: [PATCH] Update bors.toml --- bors.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index 34f6ba5301..be9b3520be 100644 --- a/bors.toml +++ b/bors.toml @@ -4,7 +4,7 @@ status = [ "Check Style", # Cargo clippy check must pass - "Clippy" + "Clippy", # Cargo test check must pass "Test"