diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98d24626..a745fd65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,11 +7,11 @@ jobs: strategy: matrix: go-version: [1.19.x, 1.20.x] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} - - run: go test ./... \ No newline at end of file + - run: go test ./...