Skip to content

Commit 912b2e5

Browse files
committed
remove [skip ci]
1 parent 7260584 commit 912b2e5

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -72,33 +72,6 @@ jobs:
7272
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
7373
make -j$(nproc) HAVE_RULES=yes
7474
75-
# do not use pushd in this step since we go below the working directory
76-
- name: Run test/cli
77-
run: |
78-
cd test/cli
79-
python3 -m pytest -Werror --strict-markers -vv
80-
cd ../../..
81-
ln -s cppcheck 'cpp check'
82-
cd 'cpp check/test/cli'
83-
python3 -m pytest -Werror --strict-markers -vv
84-
85-
# do not use pushd in this step since we go below the working directory
86-
- name: Run test/cli (-j2)
87-
run: |
88-
cd test/cli
89-
python3 -m pytest -Werror --strict-markers -vv
90-
env:
91-
TEST_CPPCHECK_INJECT_J: 2
92-
93-
# do not use pushd in this step since we go below the working directory
94-
- name: Run test/cli (--clang)
95-
if: false
96-
run: |
97-
cd test/cli
98-
python3 -m pytest -Werror --strict-markers -vv
99-
env:
100-
TEST_CPPCHECK_INJECT_CLANG: clang
101-
10275
- name: Run cfg tests
10376
if: matrix.os != 'ubuntu-22.04'
10477
run: |

0 commit comments

Comments
 (0)