From 2ebb00074905f4f1e55376e833587b84951a9696 Mon Sep 17 00:00:00 2001 From: Chuanqi Xu Date: Wed, 26 Jul 2023 13:51:43 +0800 Subject: [PATCH] Compile benchmarks in CI While we don't run benchmarks now, it is still worth to compile the benchmarks in CI. --- .github/workflows/cmake.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 9b2557419..f2e1a908b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -30,6 +30,7 @@ jobs: sudo mkdir build && cd build sudo cmake .. && sudo make sudo apt install libgmock-dev -y + sudo apt install libbenchmark-dev -y - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.