@@ -49,39 +49,39 @@ 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
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
6666
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
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
8585
8686 build_and_test_ios :
8787 needs : cancel_previous
0 commit comments