From 9d47718982d16865503c3b727ec94234552d18fc Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 12 Sep 2025 00:12:39 +0200 Subject: [PATCH] avoid build libtests --- .github/workflows/codeql.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9f72281faf..be555a0359 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -116,7 +116,6 @@ jobs: timeout-minutes: 10 run: | cmake -B . -G Ninja - cmake --build . --verbose --target libtests cmake --build . --verbose --target servers cmake --build . --verbose --target tunits