Skip to content

Commit 5ba131f

Browse files
author
angu
committed
ADD step to test macOS
1 parent 14e183d commit 5ba131f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/continous_integration.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Build
20-
run: swift build -v
19+
- name: Test macOS
20+
run: |
21+
xcodebuild test -scheme SwiftAsyncAssert -destination "platform=macOS"
2122
- name: Test iOS
2223
run: |
2324
xcodebuild test -scheme SwiftAsyncAssert -destination "platform=iOS Simulator,name=iPhone 13"

0 commit comments

Comments
 (0)