Update tests.yml
This commit is contained in:
parent
b49c7cba67
commit
f53ec3510c
|
@ -5,7 +5,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go-version: [1.19.x]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
# Disabled: windows-latest
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Install Go
|
||||
|
|
Loading…
Reference in New Issue