From 5e6effac25ee1db96761c316bfa41d505a0cc00a Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Thu, 25 Oct 2018 23:10:47 +0200 Subject: [PATCH] Gotta go fast on Windows. --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 57320b5bcd..119ecec636 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,9 +20,9 @@ install: - 7z x stack.zip stack.exe > nul - stack setup > nul - stack build alex happy - - stack --no-terminal test --only-dependencies -j 1 - - stack install + - stack --no-terminal test --only-dependencies -j 1 --fast + - stack install --fast test_script: -- stack --no-terminal test -- futhark-test --no-terminal tests examples +- stack --no-terminal test --fast +- futhark-test --no-terminal -t tests examples