Skip to content

Commit db1ddb6

Browse files
committed
Update test.yml
1 parent bcd337f commit db1ddb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
path: .tox
4747
key: tox-cache-${{ env.RUN_MATRIX_COMBINATION }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}
4848
- name: run tox
49-
run: tox -f ${{ matrix.python-version }}-${{ matrix.package }}
49+
run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- --benchmark-json=${{ env.RUN_MATRIX_COMBINATION }}-benchmark.json
5050
- name: Find and merge benchmarks
5151
# TODO: Add at least one benchmark to every package type to remove this (#249)
5252
if: matrix.package == 'sdkextension'

0 commit comments

Comments
 (0)