Skip to content

Commit fbec096

Browse files
committed
Enable macOS CI
1 parent 287cf32 commit fbec096

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
linux_build_command: "swift build"
1313
linux_exclude_swift_versions: '[{"swift_version": "5.8"}]'
1414
windows_build_command: "swift build"
15+
macos_build_command: "xcrun swift build"
16+
enable_macos_checks: true
17+
1518
soundness:
1619
name: Soundness
1720
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)