Skip to content

Commit

Permalink
Make the Run Tests run configuration use the RunAsTest IDE feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Mar 8, 2024
1 parent fc1085c commit ac57f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .run/Run Tests.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>true</RunAsTest>
<method v="2" />
</configuration>
</component>
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
### Fixed

- Fixed calculation of the plugin publication channel
- Make the `Run Tests` run configuration use the `RunAsTest` IDE feature

### Removed

Expand Down

0 comments on commit ac57f20

Please sign in to comment.