File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262 if : ${{ matrix.os == 'windows-2019'}}
6363 run : git config --system core.longpaths true
6464 - name : run tox
65- run : tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- --benchmark-json=${{
65+ run : tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra - -benchmark-json=${{
6666 env.RUN_MATRIX_COMBINATION }}-benchmark.json
6767# - name: Find and merge benchmarks
6868# id: find_and_merge_benchmarks
@@ -159,4 +159,4 @@ jobs:
159159 key : v3-tox-cache-${{ matrix.python-version }}-${{ matrix.package }}-${{ matrix.os
160160 }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}-contrib
161161 - name : run tox
162- run : tox -f ${{ matrix.python-version }}-${{ matrix.package }}
162+ run : tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra
You can’t perform that action at this time.
0 commit comments