Skip to content

Commit 18c7359

Browse files
committed
Enable pool tracking in the tests of the proxy library
Enable pool tracking in the tests of the proxy library: UMF_ENABLE_POOL_TRACKING=ON Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 36261a2 commit 18c7359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/proxy_lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
4242
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
4343
-DUMF_BUILD_LIBUMF_POOL_SCALABLE=ON
44-
-DUMF_ENABLE_POOL_TRACKING=OFF
44+
-DUMF_ENABLE_POOL_TRACKING=ON
4545
4646
- name: Build UMF
4747
run: cmake --build ${{github.workspace}}/build -j $(nproc)

0 commit comments

Comments
 (0)