avoid build units

This commit is contained in:
Viktor Szakats 2025-09-12 00:06:56 +02:00
parent 5b82b17066
commit dbdf5739c9
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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