ci: shorten job names

This commit is contained in:
Erik Sundell
2023-04-15 10:44:14 +02:00
parent 8e94bbe468
commit d531a127d8
2 changed files with 8 additions and 8 deletions

View File

@@ -42,10 +42,10 @@ jobs:
fail-fast: false
matrix:
include:
- name: "Unit tests: Ubuntu 20.04, Py 3.9"
- name: "Ubuntu 20.04, Py 3.9"
ubuntu_version: "20.04"
python_version: "3.9"
- name: "Unit tests: Ubuntu 22.04, Py 3.10"
- name: "Ubuntu 22.04, Py 3.10"
ubuntu_version: "22.04"
python_version: "3.10"