Skip to content

Commit 2b75c5c

Browse files
authored
Run fewer tests to reduce flakiness (#13857)
1 parent c3f8bc9 commit 2b75c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crashlytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
target: [ios, tvos, macos, watchos --skip-tests]
2828
os: [macos-14]
2929
flags: [
30-
'--use-modular-headers',
30+
'--use-modular-headers --skip-tests',
3131
''
3232
]
3333
xcode: [Xcode_15.2, Xcode_16]

0 commit comments

Comments
 (0)