Skip to content

Commit 2baf4ba

Browse files
committed
Add iOS test
1 parent 5d62267 commit 2baf4ba

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,19 @@ jobs:
7777
xcrun swift package init --type library
7878
xcrun swift build
7979
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+
8093
soundness:
8194
name: Soundness
8295
uses: ./.github/workflows/soundness.yml

0 commit comments

Comments
 (0)