mirror of
https://github.com/django/daphne.git
synced 2025-07-14 18:02:17 +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
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user