We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657d502 commit 694ef46Copy full SHA for 694ef46
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
~/.cache/pip
45
key: v7-build-tox-cache-${{ env.RUN_MATRIX_COMBINATION }}-${{ hashFiles('tox.ini', 'gen-requirements.txt', 'dev-requirements.txt') }}
46
- name: run tox
47
- run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- --benchmark-json=${{ env.RUN_MATRIX_COMBINATION }}-benchmark.json
+ run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -rf --benchmark-json=${{ env.RUN_MATRIX_COMBINATION }}-benchmark.json
48
# - name: Find and merge ${{ matrix.package }} benchmarks
49
# # TODO: Add at least one benchmark to every package type to remove this (#249)
50
# if: matrix.package == 'sdkextension' || matrix.package == 'propagator'
0 commit comments