Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edaaade

Browse files
authored
Add -ra option to pytest runs (open-telemetry#3496)
1 parent 4a2cb86 commit edaaade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

0 commit comments

Comments
 (0)