Skip to content

Commit a66d069

Browse files
committed
Remove linux/windows tests.
1 parent 2030cc5 commit a66d069

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

.github/workflows/swift.yml

-34
Original file line numberDiff line numberDiff line change
@@ -49,40 +49,6 @@ jobs:
4949
- name: Build & Run tests
5050
run: swift test
5151

52-
build_and_test_spm_linux:
53-
needs: cancel_previous
54-
runs-on: ubuntu-latest
55-
steps:
56-
- uses: sersoft-gmbh/swifty-linux-action@v3
57-
with:
58-
release-version: "5.9.2"
59-
github-token: ${{secrets.GITHUB_TOKEN}}
60-
- uses: actions/checkout@v2
61-
- uses: webfactory/[email protected]
62-
with:
63-
ssh-private-key: ${{ secrets.SOVRAN_SSH_KEY }}
64-
- name: Build & Run tests
65-
run: swift test --enable-test-discovery
66-
67-
build_and_test_spm_windows:
68-
needs: cancel_previous
69-
runs-on: windows-latest
70-
steps:
71-
- uses: SwiftyLab/setup-swift@latest
72-
with:
73-
swift-version: "5.10"
74-
- uses: actions/checkout@v2
75-
- name: Build
76-
run: swift build
77-
#
78-
# Disable tests right now. There's an SPM issue where link errors generate
79-
# a bad exit code even though the tests run/work properly.
80-
#
81-
# See: https://forums.swift.org/t/linker-warnings-on-windows-with-swift-argument-parser/71443/2
82-
#
83-
# - name: Run tests
84-
# run: swift test --enable-test-discovery
85-
8652
build_and_test_ios:
8753
needs: cancel_previous
8854
runs-on: macos-14

0 commit comments

Comments
 (0)