Skip to content

Commit

Permalink
increased make jobs and turned down codeql temp file cleaning level
Browse files Browse the repository at this point in the history
  • Loading branch information
achauphan committed Oct 19, 2023
1 parent be147e0 commit d9e7532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ jobs:
mkdir trilinos_build
cd trilinos_build
cmake -DTrilinos_ENABLE_ALL_PACKAGES=OFF -DTrilinos_ENABLE_Tpetra=ON -DTrilinos_ENABLE_Muelu=ON -DTrilinos_ENABLE_Epetra=OFF -DTPL_ENABLE_Boost=OFF -DTrilinos_ENABLE_SEACAS=OFF ..
make -j4
make -j 12
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"
cleanup-level: none

0 comments on commit d9e7532

Please sign in to comment.