We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b413553 commit d474a83Copy full SHA for d474a83
.github/workflows/CI-unixish.yml
@@ -86,6 +86,6 @@ jobs:
86
87
- name: Run test/cli (-j2)
88
run: |
89
- python3 -m pytest -Werror --strict-markers -vv -n ${{ matrix.xdist_n }} test/cli
+ python3 -m pytest -Werror --strict-markers -vv -n ${{ matrix.xdist_n }} test/cli/performance_test.py::test_stack_overflow_AST
90
env:
91
TEST_CPPCHECK_INJECT_J: 2
0 commit comments