Run test on Linux and Windows
This commit is contained in:
parent
d8c6581900
commit
49d8103a53
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -15,7 +15,10 @@ jobs:
|
|||||||
- run: pip install flake8
|
- run: pip install flake8
|
||||||
- run: flake8 run.py core
|
- run: flake8 run.py core
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ ubuntu-latest, windows-latest ]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user