From 50a5f2a25811cd5a376f847facf23f85defd7b17 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Thu, 16 May 2019 21:40:57 +0200 Subject: [PATCH] (ci) Re-enable juniper_hyper testing on nightly. --- juniper_hyper/Makefile.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/juniper_hyper/Makefile.toml b/juniper_hyper/Makefile.toml index a662cc65..109c4028 100644 --- a/juniper_hyper/Makefile.toml +++ b/juniper_hyper/Makefile.toml @@ -3,10 +3,10 @@ # TODO: remove this file completely once the crate compiles again. [tasks.build-verbose] -condition = { channels = [] } +condition = { channels = ["nightly"] } [tasks.test-verbose] -condition = { channels = [] } +condition = { channels = ["nightly"] } [tasks.ci-coverage-flow] -condition = { channels = [] } +condition = { channels = ["nightly"] }