Skip to content

Commit

Permalink
edit workflow; etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Dec 20, 2024
1 parent 5c1658b commit 4013b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
dotnet add CBORTest package Microsoft.NET.Test.Sdk # Update is required for GitHubActionsTestLogger to print anything
dotnet add CBORTest package GitHubActionsTestLogger
dotnet add CBORTest package NUnit3TestAdapter
dotnet test CBORTest -c Release
dotnet test CBORTest -c Release --blame-hang-timeout 10s -v diag
permissions:
contents: read

0 comments on commit 4013b99

Please sign in to comment.