include building benchmark in test option

This commit is contained in:
pantor
2024-10-05 10:01:11 +02:00
parent de5e742654
commit 8695d7525f
4 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: ubuntu-22.04-clang-15-no-exceptions
os: ubuntu-22.04
compiler: clang-15
cmake_vars: "-DCMAKE_CXX_FLAGS=-fno-exceptions -DBUILD_TESTING=OFF -DBUILD_BENCHMARK=ON"
cmake_vars: "-DCMAKE_CXX_FLAGS=-fno-exceptions -DBUILD_TESTING=OFF"
- name: ubuntu-22.04-gcc
os: ubuntu-22.04