mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-04 07:29:31 +00:00
Run tests on Windows
This commit is contained in:
parent
cdec5df4ef
commit
73f68ff652
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -4,11 +4,13 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8]
|
||||
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10"]
|
||||
os: [ubuntu-18.04, windows-2019]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user