Skip to content

Commit 8ea4a08

Browse files
authored
Enable macOS CI on merge to main and daily timer (#1199)
Motivation: * Improve test coverage * Check test pass/fail status * Monitor CI throughput Modifications: Enable macOS CI to be run on all merges to main and on a daily timer. Result: Improved test coverage run out-of-band at the moment so we can get a feeling for if any changes need to be made in the repo or in the CI pipelines to ensure timely and stable checks.
1 parent ac24cef commit 8ea4a08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,9 @@ jobs:
3838
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
3939
with:
4040
linux_5_9_enabled: false
41+
42+
macos-tests:
43+
name: macOS tests
44+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
45+
with:
46+
build_scheme: swift-distributed-actors-Package

0 commit comments

Comments
 (0)