Update testing.yml

pull/284/head
Fenny 2020-04-23 01:15:17 +02:00
parent 2c8185f6c9
commit b45b543376
1 changed files with 3 additions and 1 deletions

View File

@ -4,8 +4,10 @@ jobs:
test:
strategy:
matrix:
# go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x]
# platform: [ubuntu-latest, windows-latest, macos-latest]
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go