test: update test name

This commit is contained in:
debugtalk
2019-12-25 11:46:26 +08:00
parent b7d94dd8d0
commit f99281090c
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ on: [push]
jobs:
integration_test:
name: ${{ matrix.python-version }} on ${{ matrix.os }}
name: integration_test - ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 6

View File

@@ -5,7 +5,7 @@ on: [push]
jobs:
unittest:
name: ${{ matrix.python-version }} on ${{ matrix.os }}
name: unittest - ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 12