From bdb1dd34afb87ef8e501db28d20a7930384a9fe1 Mon Sep 17 00:00:00 2001 From: theduke Date: Sat, 2 Dec 2017 15:54:39 +0100 Subject: [PATCH] (ci) Make appveyor and travis run the same test command --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 793779c4..b65f8567 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -49,4 +49,4 @@ install: build: false test_script: - - cargo make ci-flow + - cargo make workspace-ci-flow --no-workspace