Skip to content

Commit

Permalink
Make LoggingIntegrationTests run on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Oct 10, 2024
1 parent 0572274 commit ec2a1a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace ExRam.Gremlinq.Providers.GremlinServer.Tests
{
[IntegrationTest("Linux")]
[IntegrationTest("Linux", true)]
[IntegrationTest("Windows")]
public class LoggingIntegrationTests : QueryExecutionTest, IClassFixture<LoggingFixture>
{
Expand Down

0 comments on commit ec2a1a1

Please sign in to comment.