Run publish tests on macOS and Windows too, refs #232

This commit is contained in:
Simon Willison 2021-02-14 13:35:12 -08:00
commit 67cce7c861

View file

@ -6,10 +6,11 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}