Run tests on ubuntu, macos, and windows

This commit is contained in:
Yuri Astrakhan 2022-10-05 21:03:20 -04:00
parent 92f768bb3e
commit 07a4e5c6de

View File

@ -73,7 +73,10 @@ jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
services:
postgres:
image: postgis/postgis:14-3.1-alpine