Skip to content

Commit cbac2ce

Browse files
committed
fix
1 parent 5f890c9 commit cbac2ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo apt-get install -y libzmq3-dev libsqlite3-dev
3434
3535
- name: Configure CMake
36-
run: cmake -B build
36+
run: cmake -B build -DBUILD_TESTING=OFF
3737

3838
- name: Run clang-tidy
3939
run: ./run_clang_tidy.sh

0 commit comments

Comments
 (0)