Skip to content

Commit

Permalink
Remove all test_compat_api tests from GitHub actions (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Dec 7, 2023
1 parent 7c299aa commit f36cc89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,6 @@ jobs:
run: |
scripts/test_gen.sh all-linux64-gcc cpp-linux32-gcc cpp-linux64-clang cpp-linux32-clang
- name: Run Zserio API compatibility checks
run: |
scripts/test_compat_api.sh python cpp-linux64-clang
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
CPPCHECK_HOME: ""
SPOTBUGS_HOME: ""
PYLINT_ENABLED: 0
MYPY_ENABLED: 0

- name: Run Zserio performance tests
run: |
scripts/test_perf.sh cpp-linux64-gcc cpp-linux64-clang cpp-linux32-gcc cpp-linux32-clang \
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,6 @@ jobs:
run: scripts/test_gen.sh all-windows64-mingw cpp-windows64-msvc
shell: bash

- name: Run Zserio API compatibility checks
run: scripts/test_compat_api.sh python cpp-windows64-msvc
shell: bash
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
CPPCHECK_HOME: ""
SPOTBUGS_HOME: ""
PYLINT_ENABLED: 0
MYPY_ENABLED: 0

- name: Run Zserio performance tests
run: |
scripts/test_perf.sh cpp-windows64-mingw cpp-windows64-msvc python python-cpp java \
Expand Down

0 comments on commit f36cc89

Please sign in to comment.