Skip to content

Commit 68dea5d

Browse files
authored
Enable macOS CI on pull requests (#64)
Motivation: * Improve test coverage Modifications: Enable macOS CI to be run on pull request commits and make the use of the nightly runner pool for main.yml jobs explicit. Result: Improved test coverage.
1 parent 8e769fa commit 68dea5d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
name: macOS tests
2222
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
2323
with:
24+
runner_pool: nightly
2425
build_scheme: swift-http-structured-headers-Package

.github/workflows/pull_request.yml

+7
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ jobs:
2323
cxx-interop:
2424
name: Cxx interop
2525
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
26+
27+
macos-tests:
28+
name: macOS tests
29+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
30+
with:
31+
runner_pool: general
32+
build_scheme: swift-http-structured-headers-Package

0 commit comments

Comments
 (0)