Test on all OS-es

This commit is contained in:
Andras Schmelczer 2022-07-04 18:53:38 +02:00
parent 8e95efb54e
commit ba2e252759

View file

@ -9,12 +9,14 @@ on:
jobs: jobs:
test: test:
name: Build and test on Python ${{ matrix.python-version }} name: Build and test on ${{ matrix.operating-system }} with Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.8", "3.9", "3.10"] python-version: ["3.8", "3.9", "3.10"]
operating-system: [macos-latest, windows-latest, ubuntu-latest]
runs-on: ${{ matrix.operating-system }}
steps: steps:
- name: Checkout - name: Checkout