Skip to content

Commit a04ab71

Browse files
committed
fix: skip bench during unit tests
1 parent fb50d97 commit a04ab71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Test
5252
run: |
5353
set -e
54-
ctest -j$(nproc) --preset=debug
54+
ctest -j$(nproc) --preset=debug -LE BENCHMARK
5555
# `lcov` FOR CODECOV
5656
lcov --gcov-tool gcov \
5757
--capture \

0 commit comments

Comments
 (0)