Skip to content

Commit

Permalink
Rename tests to save some horizontal space in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Jan 16, 2021
1 parent c35a861 commit c0c1656
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
mypy:
runs-on: ubuntu-latest

name: 'mypy Typecheck'
name: 'typecheck: mypy'

steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:
linting:
runs-on: ubuntu-latest

name: 'flake8 Linting'
name: 'lint: flake8'

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- '3.8'
- '3.9'

name: 'Unit tests with Python ${{ matrix.python-version }}'
name: 'unit: py${{ matrix.python-version }}'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c0c1656

Please sign in to comment.