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:
parent
0607619023
commit
c15739ebe4
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user