From 43aa457b979ec833cdd0098dc47c9964788dd19c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Efe=20=C3=87etin?= Date: Tue, 14 Jun 2022 16:10:33 +0300 Subject: [PATCH] :construction_worker: ci: actions for MacOS (#1911) * :construction_worker: ci: actions for MacOS * Cache golang modules * update --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae9407e1ea..68329ca723 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 -