From bdf22938b7aea61b52a5df306fb072b76326dd12 Mon Sep 17 00:00:00 2001
From: adam-fowler <adam-fowler@users.noreply.github.com>
Date: Sun, 20 Oct 2024 18:24:14 +0000
Subject: [PATCH] Update from hummingbird-project-template
 2d0499134dc60b407a543eee4ea126078b51d4a0

---
 .github/workflows/ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e8b03b8..161e0ea 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -60,3 +60,15 @@ jobs:
       uses: codecov/codecov-action@v4
       with:
         file: info.lcov
+  windows:
+    runs-on: windows-latest
+    strategy:
+      matrix:
+        swift-version: ["6.0"]
+    steps:
+      - uses: compnerd/gha-setup-swift@main
+        with:
+          branch: swift-${{ matrix.swift-version }}-release
+          tag: ${{ matrix.swift-version }}-RELEASE
+      - uses: actions/checkout@v4
+      - run: swift test