File tree 1 file changed +0
-34
lines changed
1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 49
49
- name : Build & Run tests
50
50
run : swift test
51
51
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
-
86
52
build_and_test_ios :
87
53
needs : cancel_previous
88
54
runs-on : macos-14
You can’t perform that action at this time.
0 commit comments