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 38b5bcc commit 210e9a2Copy full SHA for 210e9a2
.github/workflows/reusable_compatibility.yml
@@ -110,7 +110,7 @@ jobs:
110
run: >
111
UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
112
LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
113
- ctest --output-on-failure
+ ctest --output-on-failure -E "umf-mempolicy" # disable tests that rely on internal structures
114
115
windows-build:
116
name: Windows
0 commit comments