From 1167c7693d1c81497e74bf52e613ebea1dc7d18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Wed, 3 Feb 2021 18:01:24 +0100 Subject: [PATCH] bors: depend on test --- .github/bors.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/bors.toml b/.github/bors.toml index 83f9ab7..7168739 100644 --- a/.github/bors.toml +++ b/.github/bors.toml @@ -2,6 +2,6 @@ block_labels = [ "S-blocked" ] delete_merged_branches = true status = [ "style", - "test", + "test (stable)", "compile (stable, false)", ]