We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fa574 commit 1d774edCopy full SHA for 1d774ed
.github/workflows/reusable_valgrind.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Run tests with 'memcheck'
42
run: ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{github.workspace}}/build memcheck
43
44
- - name: Run tests with 'drd'
+ - name: Run tests with 'drd' ("drdshort" - very long lasting tests are disabled)
45
run: ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{github.workspace}}/build drdshort
46
47
- name: Run tests with 'helgrind'
0 commit comments