Skip to content

Commit

Permalink
Try to disable checkers for test_compat_api
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Sep 1, 2023
1 parent cf35720 commit 2df246e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ jobs:
scripts/test_compat_api.sh all-linux64-clang
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
CPPCHECK_HOME: ""
SPOTBUGS_HOME: ""
PYLINT_ENABLED: 0
MYPY_ENABLED: 0

- name: Run Zserio performance tests
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ jobs:
shell: bash
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
CPPCHECK_HOME: ""
SPOTBUGS_HOME: ""
PYLINT_ENABLED: 0
MYPY_ENABLED: 0

- name: Run Zserio performance tests
run: |
Expand Down

0 comments on commit 2df246e

Please sign in to comment.