diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fee1a2d..bf18c6d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -60,7 +60,7 @@ jobs: python-version: '3.10' fail-fast: false runs-on: ${{ matrix.runs-on }} - name: ${{ matrix.package }} (Python ${{ matrix.python-version }}, tox ${{ matrix.default_factors }}${{ matrix.args != '' && ' -- ' || '' }}${{ matrix.args }}) + name: ${{ matrix.package }} (Python ${{ matrix.python-version }}, tox ${{ matrix.default_factors }}${{ matrix.args != '' && ' -- ' || '' }}${{ matrix.args }}, ${{ matrix.runs-on }}) steps: - uses: actions/checkout@v4 with: