Skip to content

Commit

Permalink
turn win test runner back on
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed May 15, 2024
1 parent 2d0ad80 commit 89d1cee
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,19 @@ jobs:
- name: Run tests
run: swift test --enable-test-discovery

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

build_and_test_ios:
needs: cancel_previous
Expand Down

0 comments on commit 89d1cee

Please sign in to comment.