diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fcaf6bc..6689f10 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,9 @@ jobs: strategy: matrix: go-version: [1.12.9, 1.13] - platform: [ubuntu-latest, macos-latest, windows-latest] + # platform: [ubuntu-latest, macos-latest, windows-latest] + # TODO: reenable windows once %LocalAppData% is set + platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: - name: Install Go