mirror of https://github.com/joho/godotenv.git
Matrix test across mac/win/linux
parent
5451d82b77
commit
573e9186b2
|
@ -4,11 +4,12 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
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:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup go
|
||||
|
|
Loading…
Reference in New Issue