Browse Source

CI: temporarily disable on windows

pull/44/head
Daniel Martí 6 years ago
parent
commit
65f1c65005
  1. 4
      .github/workflows/test.yml

4
.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

Loading…
Cancel
Save