Skip to content

Commit 74b6724

Browse files
authored
Merge pull request #706 from ldorau/Do_not_run_benchmarks_in_the_proxy_lib_CI
Do not run benchmarks in the proxy_lib CI
2 parents 8a74b8f + f680732 commit 74b6724

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
@@ -44,7 +44,7 @@ jobs:
4444
-DCMAKE_C_COMPILER=${{matrix.compiler.c}}
4545
-DCMAKE_CXX_COMPILER=${{matrix.compiler.cxx}}
4646
-DUMF_BUILD_SHARED_LIBRARY=ON
47-
-DUMF_BUILD_BENCHMARKS=ON
47+
-DUMF_BUILD_BENCHMARKS=OFF
4848
-DUMF_BUILD_TESTS=ON
4949
-DUMF_FORMAT_CODE_STYLE=OFF
5050
-DUMF_DEVELOPER_MODE=OFF

0 commit comments

Comments
 (0)