From 3e965a816622a18b582c1c9a993e28e2b7dbdd1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Mon, 20 May 2024 10:25:19 +0200 Subject: [PATCH] chore: give name to each matrix job (#19) * chore: give name to each matrix job * fix: use proper syntax --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6a763ee..e43b3f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,6 +73,7 @@ workflows: build-and-test: jobs: - tests: + name: "tc-go << matrix.tcgo-version >> - Go << matrix.go-version >>" matrix: parameters: go-version: ["1.21.7", "1.22.3"]