From 823ceaa9e602c0d40c4b8280ce9bd2879a99f55f Mon Sep 17 00:00:00 2001 From: Freddy Caceres Date: Mon, 15 Jul 2024 15:52:28 -0400 Subject: [PATCH] imp(ci): Remove unnecessary windows tests --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ./...