Обновить .gitea/workflows/ci.yml

This commit is contained in:
2026-05-16 19:42:01 +03:00
parent a0e2003e01
commit 50d47529f8

View File

@@ -16,7 +16,8 @@ jobs:
- name: Install cppcheck
run: sudo apt-get update && sudo apt-get install -y cppcheck
- name: Run cppcheck
run: cppcheck --enable=all src/ tests/ --error-exitcode=1
run: |
cppcheck --enable=all --inconclusive -I include/ --suppress=missingIncludeSystem src/ tests/ --error-exitcode=1
test:
name: Test