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

@ -3,15 +3,18 @@ name: Tests
on:
push:
branches:
- master
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os:
- ubuntu
- windows
python-version:
- "3.6"
- "3.7"