From 6a9d4b1ab64d85d6070205f7bc00c1d14b88de11 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:56:03 +0200 Subject: CI: more parallel work (#2459) --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/codeql.yml') diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d62d471b5..b51e516e2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -51,7 +51,7 @@ jobs: - name: Build nDPI library run: | - make + make -j - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 -- cgit v1.2.3