Skip to content

Commit beb7d45

Browse files
authored
Merge branch 'main' into main
2 parents 9df230c + 2a97993 commit beb7d45

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ jobs:
2020
linux_6_0_arguments_override: "-Xswiftc -strict-concurrency=complete --explicit-target-dependency-import-check error"
2121
linux_nightly_next_arguments_override: "-Xswiftc -strict-concurrency=complete --explicit-target-dependency-import-check error"
2222
linux_nightly_main_arguments_override: "-Xswiftc -strict-concurrency=complete --explicit-target-dependency-import-check error"
23+
24+
macos-tests:
25+
name: macOS tests
26+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
27+
with:
28+
runner_pool: nightly
29+
build_scheme: swift-openapi-urlsession

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ jobs:
2828
cxx-interop:
2929
name: Cxx interop
3030
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
31+
32+
macos-tests:
33+
name: macOS tests
34+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
35+
with:
36+
runner_pool: general
37+
build_scheme: swift-openapi-urlsession

0 commit comments

Comments
 (0)