Skip to content

Commit b4e140d

Browse files
authored
ci: remove verbose output from test runs
1 parent 9c04f51 commit b4e140d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
9.0.x
138138
139139
- name: 🧪 Run unit tests
140-
run: dotnet test -c release -p:VSTestUseMSBuildOutput=false --verbosity detailed
140+
run: dotnet test -c release -p:VSTestUseMSBuildOutput=false
141141

142142
- name: 📛 Upload hang- and crash-dumps on test failure
143143
if: failure()

0 commit comments

Comments
 (0)