mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Run CI tests on Windows.
Co-authored-by: Michael Käufl <django@c.michael-kaeufl.de>
This commit is contained in:
parent
b62e58a023
commit
a5bfc80c35
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user