Skip to content

Commit 595627a

Browse files
committed
Tracking Hangfire.SqlServer.Tests on Linux builds
1 parent b52018b commit 595627a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ then
99
dotnet test -c Release -f net6.0 tests/Hangfire.Core.Tests;
1010
if hash sqlcmd 2>/dev/null;
1111
then
12-
dotnet test -c Release -f netcoreapp3.1 tests/Hangfire.SqlServer.Tests;
13-
dotnet test -c Release -f net6.0 tests/Hangfire.SqlServer.Tests;
12+
dotnet test -c Release -f netcoreapp3.1 -l "console;verbosity=normal" tests/Hangfire.SqlServer.Tests;
13+
dotnet test -c Release -f net6.0 -l "console;verbosity=normal" tests/Hangfire.SqlServer.Tests;
1414
fi
1515
fi

0 commit comments

Comments
 (0)