Skip to content

Commit 399d780

Browse files
Added verbosity back in, but made it detailed to try and sniff out the failing tests.
1 parent 3ba1704 commit 399d780

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Build
3030
run: dotnet build --no-restore
3131
- name: Test (.NET 8.0)
32-
run: dotnet test --no-build --framework net8.0
32+
run: dotnet test --no-build --framework net8.0 --verbosity detailed
3333
- name: Test (.NET 9.0)
34-
run: dotnet test --no-build --framework net9.0
34+
run: dotnet test --no-build --framework net9.0 --verbosity detailed
3535
- name: Test (.NET 10.0)
36-
run: dotnet test --no-build --framework net10.0
36+
run: dotnet test --no-build --framework net10.0 --verbosity detailed

0 commit comments

Comments
 (0)