Skip to content

Commit

Permalink
Add all matrix elements to name
Browse files Browse the repository at this point in the history
  • Loading branch information
ashao committed Oct 18, 2024
1 parent c2f0108 commit 08d55c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ env:
jobs:

run_tests:
name: Run smartredis tests using ${{ matrix.os }}, Python ${{ matrix.py_v }}, and ${{ matrix.compiler }}
name: Python ${{ matrix.py_v }}, ${{ matrix.compiler }}, ${{ matrix.link_type }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 08d55c6

Please sign in to comment.