Skip to content

Commit

Permalink
👷 ci: actions for MacOS (gofiber#1911)
Browse files Browse the repository at this point in the history
* 👷 ci: actions for MacOS

* Cache golang modules

* update
  • Loading branch information
efectn authored and trim21 committed Aug 15, 2022
1 parent 832d536 commit 13a7ac9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -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
Expand All @@ -32,4 +32,3 @@ jobs:
uses: actions/checkout@v3
- name: Run Test
run: go test ./... -v -race

0 comments on commit 13a7ac9

Please sign in to comment.