From 6dfaf9c6d82773e77ac628b2ea959bea238bf9d6 Mon Sep 17 00:00:00 2001 From: Mario Emmenlauer Date: Wed, 11 Aug 2021 19:30:25 +0200 Subject: appveyor.yml: Disabled 'fast_finish' --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index f0e92f366..8b791e41a 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,8 +28,10 @@ branches: - master - /^(release/)?\d+\.\d+\.\d+$/ -matrix: - fast_finish: true +# Note: We could abort all jobs on the first error, but then it +# becomes hard to learn from the other jobs results. Therefore disabled: +#matrix: +# fast_finish: true environment: matrix: -- cgit v1.2.1