Skip to content

Commit 89d1cee

Browse files
committed
turn win test runner back on
1 parent 2d0ad80 commit 89d1cee

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

.github/workflows/swift.yml

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,19 @@ jobs:
4747
- name: Run tests
4848
run: swift test --enable-test-discovery
4949

50-
# Windows support is still very much a work in progress
51-
# We use a different action here to be able to use a more
52-
# up-to-date toolchain.
53-
# build_and_test_spm_windows:
54-
# needs: cancel_previous
55-
# runs-on: windows-latest
56-
# steps:
57-
# - uses: compnerd/gha-setup-swift@main
58-
# with:
59-
# release-tag-name: "20231116.2"
60-
# github-repo: "thebrowsercompany/swift-build"
61-
# release-asset-name: installer-amd64.exe
62-
# github-token: ${{ secrets.GITHUB_TOKEN }}
63-
# - uses: actions/checkout@v2
64-
# - name: Build
65-
# run: swift build
66-
# Testing disabled until https://github.com/segmentio/analytics-swift/issues/279 is fixed
67-
# - name: Run tests
68-
# run: swift test --enable-test-discovery
50+
build_and_test_spm_windows:
51+
needs: cancel_previous
52+
runs-on: windows-latest
53+
steps:
54+
- uses: compnerd/gha-setup-swift@main
55+
with:
56+
branch: swift-5.10-release
57+
tag: 5.10-RELEASE
58+
- uses: actions/checkout@v2
59+
- name: Build
60+
run: swift build
61+
- name: Run tests
62+
run: swift test --enable-test-discovery
6963

7064
build_and_test_ios:
7165
needs: cancel_previous

0 commit comments

Comments
 (0)