Skip to content

Commit 9db8457

Browse files
author
Roberto Sora
committed
revert and enable all
1 parent cf13903 commit 9db8457

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
operating-system: [windows-2019]
15-
# operating-system: [ubuntu-18.04, windows-2019, macOS-10.14]
14+
operating-system: [ubuntu-18.04, windows-2019, macOS-10.14]
1615

1716
runs-on: ${{ matrix.operating-system }}
18-
if: matrix.operating-system == 'windows-2019'
19-
shell: cmd
17+
2018
steps:
2119
- name: Disable EOL conversions
2220
run: git config --global core.autocrlf false
@@ -34,6 +32,8 @@ jobs:
3432
go get github.com/golangci/govet
3533
go get golang.org/x/lint/golint
3634
go get github.com/golang/protobuf/protoc-gen-go
35+
if: matrix.operating-system == 'windows-2019'
36+
shell: cmd
3737

3838
- name: Install Taskfile
3939
uses: Arduino/actions/setup-taskfile@master

0 commit comments

Comments
 (0)