From 1d774ed212e4cb7a62040290a10f6a18d4c06c3a Mon Sep 17 00:00:00 2001 From: Lukasz Dorau Date: Fri, 30 May 2025 12:42:03 +0200 Subject: [PATCH] Describe precisely the drdshort valgrind job The "drdshort" option means that very long lasting tests are disabled. Signed-off-by: Lukasz Dorau --- .github/workflows/reusable_valgrind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_valgrind.yml b/.github/workflows/reusable_valgrind.yml index 935fa6f5fe..85db996f1e 100644 --- a/.github/workflows/reusable_valgrind.yml +++ b/.github/workflows/reusable_valgrind.yml @@ -41,7 +41,7 @@ jobs: - name: Run tests with 'memcheck' run: ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{github.workspace}}/build memcheck - - name: Run tests with 'drd' + - name: Run tests with 'drd' ("drdshort" - very long lasting tests are disabled) run: ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{github.workspace}}/build drdshort - name: Run tests with 'helgrind'