Commit 414ad09
committed
Only run Android emulator tests in debug configuration
The action builds tests with plain 'swift build', which doesn't
enable testability for release builds, breaking the @testable
imports in CoreModelSQLiteTests. Debug-only matches how swift test
is normally used for @testable suites.1 parent 95db37e commit 414ad09
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
| |||
88 | 84 | | |
89 | 85 | | |
90 | 86 | | |
91 | | - | |
| 87 | + | |
92 | 88 | | |
93 | 89 | | |
0 commit comments