From a8459aaa015c01da066f1c8d0e34d5e26cda3b1d Mon Sep 17 00:00:00 2001 From: Joseph Duffy Date: Tue, 21 Nov 2023 16:02:18 -0800 Subject: [PATCH] Add job to test on Windows This version may not be available but hopefully this will work in the future --- .github/workflows/tests.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8253db5..2d77a9f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -132,3 +132,16 @@ jobs: - name: swift test run: swift test + + windows_tests: + runs-on: windows-latest + steps: + - uses: actions/checkout@v4 + + - uses: compnerd/gha-setup-swift@main + with: + branch: "swift-5.9-release" + tag: "5.9.2-RELEASE" + + - name: swift test + run: swift test