Skip to content

Commit

Permalink
Add explicit to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FaithBeam committed Sep 8, 2024
1 parent c62cc7f commit c493202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions YMouseButtonControl.Linux.Tests/StartupInstallerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace YMouseButtonControl.Linux.Tests;

[Explicit]
public class StartupInstallerTests
{
[Test]
Expand Down
1 change: 1 addition & 0 deletions YMouseButtonControl.Windows.Tests/StartupInstallerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace YMouseButtonControl.Windows.Tests;

[SupportedOSPlatform("windows")]
[Explicit]
public class StartupInstallerTests
{
[Test]
Expand Down

0 comments on commit c493202

Please sign in to comment.