From e740646b8cc0a07ce8c0135cabce8f97d95dcde5 Mon Sep 17 00:00:00 2001
From: theduke <chris@theduke.at>
Date: Mon, 7 Aug 2017 22:22:23 +0200
Subject: [PATCH] Appveyor: Start using cargo-make.

Fixes #74
---
 appveyor.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 534939a6..793779c4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -49,6 +49,4 @@ install:
 build: false
 
 test_script:
-  - cd juniper && cargo build --verbose && cargo test --verbose && cd ..
-  - cd juniper_codegen && cargo build --verbose && cargo test --verbose && cd ..
-  - cd juniper_tests && cargo build --verbose && cargo test --verbose && cd ..
+  - cargo make ci-flow