Add windows to the CI + fix errors when testing on Windows (#1674)

* Add windows to the CI

* Cast syscall.Stdin into an integer

* DataDir -> AppDir in service_windows.go

* Rename mempool-limits package to something non-main

* Close database after re-assigining to it

* Up rpcTimout to 10 seconds
This commit is contained in:
Svarog
2021-04-12 14:53:34 +03:00
committed by GitHub
parent 3f193e9219
commit a8a7e3dd9b
9 changed files with 16 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-16.04, macos-10.15 ]
os: [ ubuntu-16.04, macos-10.15, windows-2019 ]
name: Testing on on ${{ matrix.os }}
steps: