Skip to content

Commit 4013b99

Browse files
committed
edit workflow; etc.
1 parent 5c1658b commit 4013b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
dotnet add CBORTest package Microsoft.NET.Test.Sdk # Update is required for GitHubActionsTestLogger to print anything
2525
dotnet add CBORTest package GitHubActionsTestLogger
2626
dotnet add CBORTest package NUnit3TestAdapter
27-
dotnet test CBORTest -c Release
27+
dotnet test CBORTest -c Release --blame-hang-timeout 10s -v diag
2828
2929
permissions:
3030
contents: read

0 commit comments

Comments
 (0)