We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ce184 commit 36eee92Copy full SHA for 36eee92
.github/workflows/ci.yml
@@ -63,7 +63,8 @@ jobs:
63
with:
64
swift-version: 6.2
65
swift-build-flags: --traits SwiftUUIDV7Tagged,SwiftUUIDV7StructuredQueries,SwiftUUIDV7Dependencies
66
- swift-configuration: release
+ swift-configuration: ${{ matrix.config }}
67
+ run-tests: false # NB: Emulator booting seems to be flakey
68
69
windows:
70
name: Windows
0 commit comments