Run integration tests on Windows on GitHub Actions

Integration tests are currently not run on Windows, because they
turned out to be a little unreliable: sometimes they fail, and when
that happens restarting the test would make things pass.

We will re-enable them and see what happens.
This commit is contained in:
Sajith Sasidharan 2020-06-22 16:27:18 -04:00
parent 7a23c8ed6c
commit 9b68b484bd
2 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ jobs:
matrix:
os:
- macos-latest
- windows-latest
python-version:
- 2.7

0
newsfragments/3320.minor Normal file
View File