Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 573e918

Browse files
committed
Matrix test across mac/win/linux
1 parent 5451d82 commit 573e918

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
1010
go: [ '1.15', '1.14' ]
11-
name: Go ${{ matrix.go }} Tests
11+
os: [ ubuntu-latest, macOS-latest, windows-latest ]
12+
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
1213
steps:
1314
- uses: actions/checkout@v2
1415
- name: Setup go

0 commit comments

Comments
 (0)