mirror of
https://github.com/joho/godotenv.git
synced 2025-06-15 17:06:03 +00:00
Matrix test across mac/win/linux
This commit is contained in:
parent
5451d82b77
commit
573e9186b2
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -4,11 +4,12 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: [ '1.15', '1.14' ]
|
go: [ '1.15', '1.14' ]
|
||||||
name: Go ${{ matrix.go }} Tests
|
os: [ ubuntu-latest, macOS-latest, windows-latest ]
|
||||||
|
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup go
|
- name: Setup go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user