File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments