File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 31
31
INSTL_DIR : " ${{github.workspace}}/../install-dir"
32
32
COVERAGE_DIR : " ${{github.workspace}}/coverage"
33
33
COVERAGE_NAME : " exports-coverage-dax"
34
+ DAX_TESTS : " ./test/umf_test-provider_file_memory ./test/umf_test-provider_devdax_memory"
34
35
35
36
jobs :
36
37
dax :
@@ -126,6 +127,12 @@ jobs:
126
127
UMF_TESTS_FSDAX_PATH_2=${{env.UMF_TESTS_FSDAX_PATH_2}}
127
128
ctest -C ${{matrix.build_type}} -V -R "file|fsdax"
128
129
130
+ - name : Run DAX tests under valgrind
131
+ run : |
132
+ ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{env.BUILD_DIR}} memcheck "${{env.DAX_TESTS}}"
133
+ ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{env.BUILD_DIR}} drd "${{env.DAX_TESTS}}"
134
+ ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{env.BUILD_DIR}} helgrind "${{env.DAX_TESTS}}"
135
+
129
136
- name : Check coverage
130
137
if : ${{ matrix.build_type == 'Debug' }}
131
138
working-directory : ${{env.BUILD_DIR}}
You can’t perform that action at this time.
0 commit comments