We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f890c9 commit cbac2ceCopy full SHA for cbac2ce
1 file changed
.github/workflows/pre-commit.yaml
@@ -33,7 +33,7 @@ jobs:
33
sudo apt-get install -y libzmq3-dev libsqlite3-dev
34
35
- name: Configure CMake
36
- run: cmake -B build
+ run: cmake -B build -DBUILD_TESTING=OFF
37
38
- name: Run clang-tidy
39
run: ./run_clang_tidy.sh
0 commit comments