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 e0d40ec0a4
commit a68e290aab

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.