Skip to content

Commit

Permalink
chore: give name to each matrix job (#19)
Browse files Browse the repository at this point in the history
* chore: give name to each matrix job

* fix: use proper syntax
  • Loading branch information
mdelapenya authored May 20, 2024
1 parent 2dc5e0b commit 3e965a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 3e965a8

Please sign in to comment.