We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52018b commit 595627aCopy full SHA for 595627a
build.sh
@@ -9,7 +9,7 @@ then
9
dotnet test -c Release -f net6.0 tests/Hangfire.Core.Tests;
10
if hash sqlcmd 2>/dev/null;
11
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;
+ dotnet test -c Release -f netcoreapp3.1 -l "console;verbosity=normal" tests/Hangfire.SqlServer.Tests;
+ dotnet test -c Release -f net6.0 -l "console;verbosity=normal" tests/Hangfire.SqlServer.Tests;
14
fi
15
0 commit comments