From dbdf5739c9688404a04b85ad32b3a0b7848085a4 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 12 Sep 2025 00:06:56 +0200 Subject: [PATCH] avoid build units --- .github/workflows/codeql.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a6a95a77df..a5dd399ec8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -116,7 +116,9 @@ jobs: timeout-minutes: 10 run: | cmake -B . -G Ninja - cmake --build . --verbose --target testdeps + cmake --build . --verbose --target libtests + cmake --build . --verbose --target servers + cmake --build . --verbose --target tunits - name: 'perform analysis' uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3