Skip to content

Commit

Permalink
ci: matrix names
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Dec 28, 2024
1 parent 4f4af39 commit 4e2485b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
- name: "ubuntu + coverage"
os: ubuntu-latest
go: stable
codecov: true
- os: macos-latest
- name: "macos"
os: macos-latest
go: stable
- os: windows-latest
- name: "windows"
os: windows-latest
go: stable
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 4e2485b

Please sign in to comment.