Skip to content

Commit e9070a8

Browse files
authored
Merge pull request #270 from ldorau/Enable_pool_tracking_in_the_tests_of_the_proxy_library
Enable pool tracking in the tests of the proxy library
2 parents 36261a2 + 18c7359 commit e9070a8

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)