Skip to content

Commit

Permalink
Run tests on Windows
Browse files Browse the repository at this point in the history
This may not work and still be blocked by swiftlang/swift-package-manager#6367.

Would close #5.
  • Loading branch information
JosephDuffy committed May 27, 2024
1 parent 9aa8c79 commit 66a48a3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,17 @@ jobs:
- name: swift test
run: swift test

windows_tests:
name: Windows Tests
runs-on: windows-latest
steps:
- uses: actions/checkout@v4

- uses: compnerd/gha-setup-swift@main
with:
branch: "swift-5.10.0-release"
tag: "5.10.0-RELEASE"

- name: swift test
run: swift test

0 comments on commit 66a48a3

Please sign in to comment.