From a68e290aabf1dba3f869165e93d8e7025a39a149 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 23 Apr 2024 10:22:33 +0200 Subject: [PATCH] Ensure that Konsist tests are run. --- tools/quality/check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/quality/check.sh b/tools/quality/check.sh index be323f6884..86eeb84b58 100755 --- a/tools/quality/check.sh +++ b/tools/quality/check.sh @@ -25,8 +25,8 @@ set -e # First run the quickest script ./tools/check/check_code_quality.sh -# Check ktlint first -./gradlew ktlintCheck +# Check ktlint and Konsist first +./gradlew runQualityChecks # Build, test and check the project, with warning as errors # It also check that the minimal app is compiling.