diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index be1c33901..094de1a17 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,20 +16,6 @@ name: tests on: [pull_request] jobs: - tests: - name: windows-tests - runs-on: windows-latest - steps: - - name: Setup Go - uses: actions/setup-go@v3 - with: - go-version: "1.18" - - name: Checkout code - uses: actions/checkout@v3 - - name: Run tests - run: | - go test -v -race -cover -short ./... - lint: name: lint runs-on: ubuntu-latest