Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,21 @@ jobs:
format_check_container_image: "swiftlang/swift:nightly-6.1-jammy"
yamllint_check_enabled: true

# https://github.com/apple/swift-nio/blob/main/.github/workflows/unit_tests.yml
unit-tests:
name: Unit tests
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
with:
linux_5_9_enabled: false
linux_5_10_enabled: false
linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error"
linux_6_0_enabled: true
# this currently resolves to 6.1 nightly
linux_6_0_arguments_override: "--explicit-target-dependency-import-check error"
linux_nightly_next_enabled: true
linux_nightly_next_arguments_override: "--explicit-target-dependency-import-check error"
# this currently resolves to 6.2.dev
# It crashes some of our tests https://github.com/swift-server/swift-aws-lambda-runtime/issues/509
linux_nightly_main_enabled: true
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error"

integration-tests:
Expand Down
Loading