File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1515 - name : Show environments
1616 run : |
1717 swift --version
18+ - name : Validate mod
19+ if : matrix.swift_version == '5.1'
20+ run : make mod-check
1821 - name : Swift test
1922 run : |
2023 swift build
Original file line number Diff line number Diff line change @@ -17,5 +17,8 @@ test-linux:
1717mod :
1818 swift run -c release --package-path ./Packages swift-mod
1919
20+ mod-check :
21+ swift run -c release --package-path ./Packages swift-mod --check
22+
2023generate-linuxmain :
2124 swift test --generate-linuxmain
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ import PackageDescription
55let package = Package (
66 name: " Modules " ,
77 dependencies: [
8- . package ( url: " https://github.com/ra1028/swift-mod.git " , . exact( " 0.0.1 " ) ) ,
8+ . package ( url: " https://github.com/ra1028/swift-mod.git " , . exact( " 0.0.1 " ) )
99 ]
1010)
You can’t perform that action at this time.
0 commit comments