Skip to content

Commit

Permalink
Disable debugger
Browse files Browse the repository at this point in the history
This should speedup test execution and reliability
  • Loading branch information
tcamin committed Feb 23, 2024
1 parent 95324e0 commit ffbe915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Example/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ schemes:
config: Debug
gatherCoverageData: true
disableMainThreadChecker: true
debugEnabled: false
language: en
region: EN
management:
Expand All @@ -103,6 +104,7 @@ schemes:
config: Debug
gatherCoverageData: true
disableMainThreadChecker: true
debugEnabled: false
language: en
region: EN
management:
Expand Down

0 comments on commit ffbe915

Please sign in to comment.