Skip to content

Commit 895f83d

Browse files
committed
Mark integration tests as such with [Trait("Category", "Integration")]
1 parent 2cb45f5 commit 895f83d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Serilog.Settings.Configuration.Tests/PublishSingleFileTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
namespace Serilog.Settings.Configuration.Tests;
1111

12+
[Trait("Category", "Integration")]
1213
public sealed class PublishSingleFileTests : IDisposable, IClassFixture<TestApp>
1314
{
1415
readonly ITestOutputHelper _outputHelper;

0 commit comments

Comments
 (0)