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