print the db type as well in github actions w/ burnettk

This commit is contained in:
jasquat 2022-05-20 17:05:03 -04:00
parent 1c6ba49a93
commit cf1168e3a6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on:
jobs:
tests:
name: ${{ matrix.session }} ${{ matrix.python }} / ${{ matrix.os }}
name: ${{ matrix.session }} ${{ matrix.python }} / ${{ matrix.os }} ${{ matrix.database }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false