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: on:
push: push:
branches: branches:
- master - master
pull_request: pull_request:
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"