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 62
62
if : ${{ matrix.os == 'windows-2019'}}
63
63
run : git config --system core.longpaths true
64
64
- 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=${{
66
66
env.RUN_MATRIX_COMBINATION }}-benchmark.json
67
67
# - name: Find and merge benchmarks
68
68
# id: find_and_merge_benchmarks
@@ -159,4 +159,4 @@ jobs:
159
159
key : v3-tox-cache-${{ matrix.python-version }}-${{ matrix.package }}-${{ matrix.os
160
160
}}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}-contrib
161
161
- 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