mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
👷 ci: actions for MacOS (#1911)
* 👷 ci: actions for MacOS
* Cache golang modules
* update
This commit is contained in:
parent
b1c3b43f7b
commit
43aa457b97
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -5,7 +5,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
|
||||
platform: [ubuntu-latest, windows-latest]
|
||||
platform: [ubuntu-latest, windows-latest, macos-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Install Go
|
||||
@ -32,4 +32,3 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Run Test
|
||||
run: go test ./... -v -race
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user