From af2e10903e498f449847d2da24c5cb2cacf8cff9 Mon Sep 17 00:00:00 2001 From: Roman <4833306+Filter94@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:31:56 +0400 Subject: [PATCH] Enabling cache back --- .github/workflows/testing.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5c671662b..c81d97ba9 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -56,9 +56,7 @@ jobs: uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # 4.4.0 - name: Build consensus and Unit tests run: | - # force tests to run even if the code is not changed - # this is to debug flaky tests - ./gradlew build --rerun-tasks + ./gradlew build - name: Run Jacoco run: | ./gradlew jacocoAggregatedReport