Skip to content

Commit

Permalink
CI: re-enabled cppcheck-ubuntu with faster parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Feb 3, 2025
1 parent 9baec05 commit 02a9ce4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
jobs:
cppcheck-ubuntu:

if: false
timeout-minutes: 240
runs-on: ubuntu-latest

Expand All @@ -40,7 +39,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DSTATIC_LIBS=ON
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DSTATIC_LIBS=ON -DWITH_GRPC=OFF
python ../cppcheck/remove_external.py compile_commands.json
- name: Run cppcheck
Expand Down

0 comments on commit 02a9ce4

Please sign in to comment.