Skip to content

Commit f384880

Browse files
authored
Enable macOS CI on merge to main and daily timer (#65)
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 eddb139 commit f384880

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ jobs:
2525
name: Static SDK
2626
# Workaround https://github.com/nektos/act/issues/1875
2727
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
28+
29+
macos-tests:
30+
name: macOS tests
31+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
32+
with:
33+
build_scheme: swift-async-dns-resolver

0 commit comments

Comments
 (0)