1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 23:04:14 +00:00

Update test.yml

This commit is contained in:
Fenny 2020-04-23 22:19:07 +02:00
parent 0607619023
commit c15739ebe4

View File

@ -4,8 +4,8 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
platform: [ubuntu-latest, windows-latest]
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x]]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
@ -15,5 +15,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test -v
run: go test -v