There was an error while loading. Please reload this page.
1 parent 129715e commit ba82ebbCopy full SHA for ba82ebb
1 file changed
.github/workflows/codeql_unit_tests.yml
@@ -17,7 +17,6 @@ on:
17
- "rc/**"
18
19
jobs:
20
-
21
prepare-unit-test-matrix:
22
name: Prepare CodeQL unit test matrix
23
runs-on: ubuntu-22.04
@@ -93,6 +92,7 @@ jobs:
93
92
run: |
94
${{ github.workspace }}/codeql_home/codeql/codeql query compile \
95
--common-caches=${{ github.workspace }}/codeql_cache \
+ --compilation-cache-size=1024 \
96
--threads 0 \
97
${{ matrix.language }}
98
0 commit comments