fix: unittests

This commit is contained in:
debugtalk
2020-05-16 15:04:52 +08:00
parent 1e61ceebae
commit 975f01d22f
3 changed files with 151 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ jobs:
strategy:
max-parallel: 12
matrix:
python-version: [3.6, 3.7] # TODO: 3.8
os: [ubuntu-latest, macos-latest] # TODO: windows-latest
python-version: [3.6, 3.7, 3.8]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1