Skip to content

Commit

Permalink
Add job to test on Windows
Browse files Browse the repository at this point in the history
This version may not be available but hopefully this will work in the future
  • Loading branch information
JosephDuffy committed Nov 22, 2023
1 parent ab54508 commit a8459aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a8459aa

Please sign in to comment.