Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 550c823

Browse files
committed
Add GitHub Actions job to test SwiftPM
1 parent daac1f1 commit 550c823

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
- uses: actions/checkout@v2
4444
- name: Run install tests
4545
run: make -C InstallTests carthage
46+
swiftpm-test:
47+
runs-on: macOS-10.15
48+
env:
49+
DEVELOPER_DIR: "/Applications/Xcode_12.app/Contents/Developer"
50+
steps:
51+
- uses: actions/checkout@v2
52+
- name: Run unit tests
53+
run: swift test
4654
lint-podspec:
4755
runs-on: macOS-10.15
4856
env:

0 commit comments

Comments
 (0)