Skip to content

Commit

Permalink
Enable integration test on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Aug 16, 2024
1 parent cf19966 commit bf886b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace ExRam.Gremlinq.Providers.GremlinServer.Tests
{
[IntegrationTest("Linux")]
[IntegrationTest("Windows")]
public class ObjectQueryIntegrationTests : QueryExecutionTest, IClassFixture<GremlinServerContainerFixture>
{
public ObjectQueryIntegrationTests(GremlinServerContainerFixture fixture) : base(
Expand Down

0 comments on commit bf886b3

Please sign in to comment.