Обновить .gitea/workflows/ci.yml
Some checks failed
CI Pipeline / Lint (push) Successful in 45s
CI Pipeline / Test (push) Failing after 41s
CI Pipeline / Build (push) Has been skipped

This commit is contained in:
2026-05-16 19:42:23 +03:00
parent 50d47529f8
commit 017b48f6e8

View File

@@ -17,7 +17,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y cppcheck
- name: Run cppcheck
run: |
cppcheck --enable=all --inconclusive -I include/ --suppress=missingIncludeSystem src/ tests/ --error-exitcode=1
cppcheck --enable=all --inconclusive -I include/ --suppress=missingIncludeSystem src/ tests/ --error-exitcode=1
test:
name: Test
@@ -49,4 +49,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: calculator
path: build/test_calculator
path: build/test_calculator