diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea7cd448db..e0d9dce20b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -93,10 +93,10 @@ jobs: if: ${{ matrix.os == 'windows-2019'}} run: git config --system core.longpaths true - name: run tox - if: ${{ matrix.package == 'sdk' || matrix.package == 'exporter-otlp-proto-grpc' }} - run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-skip - # if: ${{ !(matrix.package == 'sdk' || matrix.package == 'exporter-otlp-proto-grpc') }} - # run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra + # if: ${{ matrix.package == 'sdk' || matrix.package == 'exporter-otlp-proto-grpc' }} + # run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-skip + if: ${{ !(matrix.package == 'sdk' || matrix.package == 'exporter-otlp-proto-grpc') }} + run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra misc: strategy: fail-fast: false