From 1d6368284fe3c81c488d008e5305fcf54e350863 Mon Sep 17 00:00:00 2001 From: Michael Kramer Date: Sun, 10 Aug 2025 13:45:59 +0200 Subject: [PATCH] Auto-sync tests also by default The amount of test changes in the past monthes has been very low, we should be able to handle them every month. --- bin/auto-sync.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/auto-sync.sh b/bin/auto-sync.sh index 4de4c9e6..f7d1fc1f 100755 --- a/bin/auto-sync.sh +++ b/bin/auto-sync.sh @@ -4,8 +4,7 @@ scriptDirectory="$( dirname "$0" )" if [[ "$#" != 0 ]]; then forwardedParameters=( "$@" ) else - forwardedParameters=( -o -u -y --docs --filepaths --metadata ) - # forwardedParameters=( -o -u -y --tests include ) + forwardedParameters=( -o -u -y --docs --filepaths --metadata --tests include ) fi exitWithFailure() {