mirror of https://github.com/gofiber/fiber.git
Update test.yml
parent
d1d8edadf4
commit
45d19cda25
|
@ -4,7 +4,7 @@ jobs:
|
|||
Build:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.14.x, 1.15.x]
|
||||
go-version: [1.14.x, 1.15.x, 1.16.x]
|
||||
platform: [ubuntu-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
@ -15,4 +15,5 @@ jobs:
|
|||
- name: Fetch Repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Run Test
|
||||
run: go test ./... -v -race
|
||||
run: go test ./... -v -race
|
||||
|
||||
|
|
Loading…
Reference in New Issue