Ensure that Konsist tests are run.

This commit is contained in:
Benoit Marty
2024-04-23 10:22:33 +02:00
committed by Benoit Marty
parent d7f0d23634
commit f1d2af6a48

View File

@@ -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.