Skip to content

Commit f88e4b1

Browse files
committed
Run tests in Release.
1 parent ad4c501 commit f88e4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdoNetApiTest/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private static Task RunXunitAsync(string testFolder, string outputXmlPath)
205205
StartInfo =
206206
{
207207
FileName = "dotnet",
208-
Arguments = $"test --logger \"trx;LogFileName={outputXmlPath}\"",
208+
Arguments = $"test -c Release --logger \"trx;LogFileName={outputXmlPath}\"",
209209
CreateNoWindow = true,
210210
UseShellExecute = false,
211211
WorkingDirectory = testFolder,

0 commit comments

Comments
 (0)