Run CI tests on Windows.

Co-authored-by: Michael Käufl <django@c.michael-kaeufl.de>
This commit is contained in:
Carlton Gibson 2021-11-09 19:49:32 +01:00
parent b62e58a023
commit a5bfc80c35

View File

@ -8,10 +8,13 @@ on:
jobs: jobs:
tests: tests:
runs-on: ubuntu-latest runs-on: ${{ matrix.os }}-latest
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os:
- ubuntu
- windows
python-version: python-version:
- "3.6" - "3.6"
- "3.7" - "3.7"