Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
macos_exclude_xcode_versions: '[{"xcode_version": "26.0"}]'
enable_macos_checks: true
enable_wasm_sdk_build: true
enable_android_sdk_build: true
enable_android_sdk_checks: true

embedded-swift:
name: Build with Embedded Swift
Expand Down
3 changes: 2 additions & 1 deletion Tests/DequeTests/RigidDequeCrashTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import ContainersPreview
#endif

#if compiler(>=6.2)
#if !os(Android) // Exit tests are not available on this platform
@Suite("RigidDeque Crash Tests")
struct RigidDequeCrashTests {

Expand Down Expand Up @@ -79,5 +80,5 @@ struct RigidDequeCrashTests {
}
}
}

#endif
#endif