Skip to content

Commit

Permalink
Merge pull request #706 from ldorau/Do_not_run_benchmarks_in_the_prox…
Browse files Browse the repository at this point in the history
…y_lib_CI

Do not run benchmarks in the proxy_lib CI
  • Loading branch information
ldorau authored Sep 4, 2024
2 parents 8a74b8f + f680732 commit 74b6724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proxy_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
-DCMAKE_C_COMPILER=${{matrix.compiler.c}}
-DCMAKE_CXX_COMPILER=${{matrix.compiler.cxx}}
-DUMF_BUILD_SHARED_LIBRARY=ON
-DUMF_BUILD_BENCHMARKS=ON
-DUMF_BUILD_BENCHMARKS=OFF
-DUMF_BUILD_TESTS=ON
-DUMF_FORMAT_CODE_STYLE=OFF
-DUMF_DEVELOPER_MODE=OFF
Expand Down

0 comments on commit 74b6724

Please sign in to comment.