From 1e4315d1b85fb0f05a097a84acdaf4e088182ab6 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 15 Jul 2021 16:39:01 +0200 Subject: [PATCH] Cut down on Windows tests for now --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e170b555..7c5aeded 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,10 +42,10 @@ build_script: call lein self-install -- cmd: >- - set BABASHKA_TEST_ENV=jvm +#- cmd: >- +# set BABASHKA_TEST_ENV=jvm - call script/test.bat +# call script/test.bat # see https://github.com/quarkusio/quarkus/pull/7663 @@ -74,7 +74,7 @@ build_script: call script/test.bat - call script/run_lib_tests.bat +# call script/run_lib_tests.bat artifacts: - path: babashka-*-windows-amd64.zip