Re-enable tests on Windows

Still leaves out RPC tests. We don't expect them to work on Windows
anytime soon.
This commit is contained in:
Aaron Tomb 2021-09-15 13:18:15 -07:00
parent 30af0baf55
commit 4bd711bca1

View File

@ -214,7 +214,7 @@ jobs:
matrix:
suite: [test-lib]
target: ${{ fromJson(needs.build.outputs.test-lib-json) }}
os: [ubuntu-latest, macos-latest] # , windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
continue-on-error: [false]
include:
- suite: rpc