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 -