fix: change test name

This commit is contained in:
Davide Bianchi
2021-12-20 20:32:39 +01:00
parent 68fdf59cdb
commit 0c867d2839

View File

@@ -5,7 +5,7 @@ on:
push:
jobs:
tests:
name: Test on go ${{ matrix.go_version }}
name: Test on go ${{ matrix.go_version }} os ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix: