Skip to content

Commit 9776f9d

Browse files
authored
Update Nuget.yml
1 parent aff857c commit 9776f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
working-directory: ./csharp/IotaWalletNet
4747

4848
- name: Test
49-
run: dotnet test --configuration Release --no-build --verbosity normal -p:ParallelizeTestCollections=false
49+
run: dotnet test --configuration Release --no-build --verbosity normal --logger:"console;verbosity=detailed"
5050
working-directory: ./csharp/IotaWalletNet
5151

5252
- name: Get Version

0 commit comments

Comments
 (0)