Skip to content

Commit

Permalink
Customize job names on unittest matrix for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Jun 24, 2024
1 parent a5afa86 commit f131fb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ on:
branches: [ master ]

jobs:
lint-and-unittest:
unittest:

runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
RPYC_BIND_THREADS: ["true", "false"]
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
RPYC_BIND_THREADS: ["true", "false"]

name: Unittest (${{ matrix.python_version }}, bind_threads=${{ matrix.RPYC_BIND_THREADS }})
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit f131fb6

Please sign in to comment.