From 036b72796ae37aedd3860e0404316aab92664515 Mon Sep 17 00:00:00 2001
From: Christian Legnitto <christian.legnitto@robinhood.com>
Date: Tue, 21 Jan 2020 09:22:14 -0800
Subject: [PATCH] Only run async tests on master for crates that require master

---
 juniper_hyper/Makefile.toml        | 3 +++
 juniper_rocket/Makefile.toml       | 3 +++
 juniper_rocket_async/Makefile.toml | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/juniper_hyper/Makefile.toml b/juniper_hyper/Makefile.toml
index 109c4028..d730517f 100644
--- a/juniper_hyper/Makefile.toml
+++ b/juniper_hyper/Makefile.toml
@@ -8,5 +8,8 @@ condition = { channels = ["nightly"] }
 [tasks.test-verbose]
 condition = { channels = ["nightly"] }
 
+[tasks.test-async-verbose]
+condition = { channels = ["nightly"] }
+
 [tasks.ci-coverage-flow]
 condition = { channels = ["nightly"] }
diff --git a/juniper_rocket/Makefile.toml b/juniper_rocket/Makefile.toml
index 8695d6a6..e5a871dc 100644
--- a/juniper_rocket/Makefile.toml
+++ b/juniper_rocket/Makefile.toml
@@ -7,6 +7,9 @@ condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc
 [tasks.test-verbose]
 condition = { channels = ["nightly"] }
 
+[tasks.test-async-verbose]
+condition = { channels = ["nightly"] }
+
 [tasks.test-verbose.windows]
 condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc" } }
 
diff --git a/juniper_rocket_async/Makefile.toml b/juniper_rocket_async/Makefile.toml
index 8695d6a6..e5a871dc 100644
--- a/juniper_rocket_async/Makefile.toml
+++ b/juniper_rocket_async/Makefile.toml
@@ -7,6 +7,9 @@ condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc
 [tasks.test-verbose]
 condition = { channels = ["nightly"] }
 
+[tasks.test-async-verbose]
+condition = { channels = ["nightly"] }
+
 [tasks.test-verbose.windows]
 condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc" } }