We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff857c commit 9776f9dCopy full SHA for 9776f9d
.github/workflows/Nuget.yml
@@ -46,7 +46,7 @@ jobs:
46
working-directory: ./csharp/IotaWalletNet
47
48
- name: Test
49
- run: dotnet test --configuration Release --no-build --verbosity normal -p:ParallelizeTestCollections=false
+ run: dotnet test --configuration Release --no-build --verbosity normal --logger:"console;verbosity=detailed"
50
51
52
- name: Get Version
0 commit comments