Build benchmarks in one CI run

This commit is contained in:
sfan5 2025-06-24 13:51:14 +02:00
parent 90c3479520
commit 0794145b64

View File

@ -76,6 +76,8 @@ jobs:
env:
CC: gcc-14
CXX: g++-14
# just to check that they compile correctly
CMAKE_FLAGS: '-DBUILD_BENCHMARKS=1'
- name: Test
run: |