File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,11 @@ jobs:
106
106
107
107
- name : Run "tag" UMF tests with latest UMF libs (warnings enabled)
108
108
working-directory : ${{github.workspace}}/tag_version/build
109
+ # GTEST_FILTER is used below to skip test that is not compatible
109
110
run : >
110
111
UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
111
112
LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
113
+ GTEST_FILTER="-*umfIpcTest.GetPoolByOpenedHandle*"
112
114
ctest --output-on-failure
113
115
114
116
windows-build :
@@ -205,5 +207,6 @@ jobs:
205
207
working-directory : ${{github.workspace}}/tag_version/build
206
208
run : |
207
209
$env:UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
210
+ $env:GTEST_FILTER="-*umfIpcTest.GetPoolByOpenedHandle*"
208
211
cp ${{github.workspace}}/latest_version/build/bin/Debug/umf.dll ${{github.workspace}}/tag_version/build/bin/Debug/umf.dll
209
212
ctest -C Debug --output-on-failure --test-dir test
You can’t perform that action at this time.
0 commit comments