From e8a83ac816870f0a8c105537521e882a68346e07 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Tue, 2 Oct 2018 22:24:54 -0700 Subject: [PATCH] Update Makefile.toml --- juniper_warp/Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper_warp/Makefile.toml b/juniper_warp/Makefile.toml index 79eb0c6f..650f0fd6 100644 --- a/juniper_warp/Makefile.toml +++ b/juniper_warp/Makefile.toml @@ -8,7 +8,7 @@ condition = { rust_version = { min = "1.29.0" }, env = { "TARGET" = "x86_64-pc-w condition = { rust_version = { min = "1.29.0" } } [tasks.test-verbose.windows] -ondition = { rust_version = { min = "1.29.0" }, env = { "TARGET" = "x86_64-pc-windows-msvc" } } +condition = { rust_version = { min = "1.29.0" }, env = { "TARGET" = "x86_64-pc-windows-msvc" } } [tasks.ci-coverage-flow] condition = { rust_version = { min = "1.29.0" } }