Skip to content

Commit d474a83

Browse files
committed
remove
1 parent b413553 commit d474a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ jobs:
8686
8787
- name: Run test/cli (-j2)
8888
run: |
89-
python3 -m pytest -Werror --strict-markers -vv -n ${{ matrix.xdist_n }} test/cli
89+
python3 -m pytest -Werror --strict-markers -vv -n ${{ matrix.xdist_n }} test/cli/performance_test.py::test_stack_overflow_AST
9090
env:
9191
TEST_CPPCHECK_INJECT_J: 2

0 commit comments

Comments
 (0)