From e608c7a250513895cc923e877bf813159d0596f7 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 14 Jul 2025 09:57:34 -0500 Subject: [PATCH] Run CI on Windows --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8098e56..1181f44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,6 +148,10 @@ jobs: ghc: '9.12' postgres: 17 os: ubuntu + - documentation: false + ghc: '9.12' + postgres: 17 + os: windows release: if: ${{ github.event_name == 'release' }} name: Release