CI: more parallel work (#2459)

This commit is contained in:
Ivan Nardi 2024-06-05 11:56:03 +02:00 committed by GitHub
parent 7be482f5b1
commit 6a9d4b1ab6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 32 deletions

View file

@ -51,7 +51,7 @@ jobs:
- name: Build nDPI library
run: |
make
make -j
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3