Skip to content

Commit 3836da8

Browse files
authored
Do not run benchmark tests in CI (#4019)
* Do not run benchmark tests in CI Fixes #4018 * Skip benchmarks
1 parent 507f769 commit 3836da8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ jobs:
9393
if: ${{ matrix.os == 'windows-2019'}}
9494
run: git config --system core.longpaths true
9595
- name: run tox
96-
run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-json=${{
97-
env.RUN_MATRIX_COMBINATION }}-benchmark.json
96+
run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-skip
9897
misc:
9998
strategy:
10099
fail-fast: false
@@ -214,4 +213,4 @@ jobs:
214213
key: v3-tox-cache-${{ matrix.python-version }}-${{ matrix.package }}-${{ matrix.os
215214
}}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}-contrib
216215
- name: run tox
217-
run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra
216+
run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-skip

0 commit comments

Comments
 (0)