summaryrefslogtreecommitdiff
path: root/.appveyor.sh
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.sh')
-rw-r--r--.appveyor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.sh b/.appveyor.sh
index 22cc520203..1a3e597da4 100644
--- a/.appveyor.sh
+++ b/.appveyor.sh
@@ -31,10 +31,10 @@ EOF
;;
"test")
- make test THREADS=$THREADS
make binary-dist
curl https://ghc-artifacts.s3.amazonaws.com/tools/ghc-artifact-collector-x86_64-windows --output ghc-artifact-collector
./ghc-artifact-collector *.tar.xz
+ make test THREADS=$THREADS
;;
*)