diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e10fd87f2..e5cf7fdff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macOS-latest, windows-latest, ubuntu-latest] +# TODO Fix tests in Windows +# os: [macOS-latest, ubuntu-latest, windows-latest] + os: [macOS-latest, ubuntu-latest] steps: - name: Set up Go 1.13