Skip to content

Commit

Permalink
🔨 Update unit test engine target
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Oct 31, 2023
1 parent a7228e8 commit bca86ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Cosmos.TestRunner.UnitTest/EngineConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public override IEnumerable<RunTargetEnum> RunTargets
{
get
{
yield return RunTargetEnum.Bochs;
yield return RunTargetEnum.VMware;
}
}

Expand Down

0 comments on commit bca86ac

Please sign in to comment.