We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d62267 commit 2baf4baCopy full SHA for 2baf4ba
1 file changed
.github/workflows/pull_request.yml
@@ -77,6 +77,19 @@ jobs:
77
xcrun swift package init --type library
78
xcrun swift build
79
80
+ tests_ios:
81
+ name: Test iOS
82
+ uses: ./.github/workflows/swift_package_test.yml
83
+ with:
84
+ enable_linux_checks: false
85
+ enable_windows_checks: false
86
+ # iOS
87
+ enable_ios_checks: true
88
+ ios_pre_build_command: |
89
+ mkdir MyPackage
90
+ cd MyPackage
91
+ xcrun swift package init --type library
92
+
93
soundness:
94
name: Soundness
95
uses: ./.github/workflows/soundness.yml
0 commit comments