👷 ci: actions for MacOS (#1911)

* 👷 ci: actions for MacOS

* Cache golang modules

* update
This commit is contained in:
M. Efe Çetin 2022-06-14 16:10:33 +03:00 committed by GitHub
parent b1c3b43f7b
commit 43aa457b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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