|
98 | 98 | run: > |
99 | 99 | UMF_LOG="level:warning;flush:debug;output:stderr;pid:no" |
100 | 100 | LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/ |
101 | | - ctest --verbose |
| 101 | + ctest --verbose -E test_memoryProvider |
| 102 | + test/test_memoryProvider --gtest_filter=-*Trace |
102 | 103 |
|
103 | 104 | # Browse all folders in the examples directory, build them using the |
104 | 105 | # latest UMF version, and run them, excluding those in the exclude list. |
@@ -223,7 +224,8 @@ jobs: |
223 | 224 | run: | |
224 | 225 | $env:UMF_LOG="level:warning;flush:debug;output:stderr;pid:no" |
225 | 226 | cp ${{github.workspace}}/latest_version/build/bin/Debug/umf.dll ${{github.workspace}}/tag_version/build/bin/Debug/umf.dll |
226 | | - ctest -C Debug --verbose |
| 227 | + ctest -C Debug --verbose -E test_memoryProvider |
| 228 | + test/test_memoryProvider --gtest_filter=-*Trace |
227 | 229 |
|
228 | 230 | # Browse all folders in the examples directory, build them using the |
229 | 231 | # latest UMF version, and run them, excluding those in the exclude list. |
@@ -364,7 +366,8 @@ jobs: |
364 | 366 | run: > |
365 | 367 | UMF_LOG="level:warning;flush:debug;output:stderr;pid:no" |
366 | 368 | LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/ |
367 | | - ctest --verbose |
| 369 | + ctest --verbose -E test_memoryProvider |
| 370 | + test/test_memoryProvider --gtest_filter=-*Trace |
368 | 371 |
|
369 | 372 | # Browse all folders in the examples directory, build them using the |
370 | 373 | # latest UMF version, and run them, excluding those in the exclude list. |
|
0 commit comments