We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddcb63b + 6146724 commit b025f0cCopy full SHA for b025f0c
.github/workflows/main.yml
@@ -30,3 +30,7 @@ jobs:
30
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
31
with:
32
build_scheme: swift-distributed-tracing-Package
33
+
34
+ release-builds:
35
+ name: Release builds
36
+ uses: apple/swift-nio/.github/workflows/release_builds.yml@main
.github/workflows/pull_request.yml
@@ -49,3 +49,7 @@ jobs:
49
cxx-interop:
50
name: Cxx interop
51
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
52
53
54
55
0 commit comments