File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -136,21 +136,8 @@ jobs:
136
136
8.0.x
137
137
9.0.x
138
138
139
- - name : 🧪 Build project
140
- run : dotnet build -c release
141
-
142
- - name : 🧪 Run unit tests
143
- if : matrix.os != 'macos-latest'
144
- run : |
145
- dotnet test -c release --no-build -p:VSTestUseMSBuildOutput=false -f netcoreapp3.1
146
- dotnet test -c release --no-build -p:VSTestUseMSBuildOutput=false -f net5.0
147
-
148
139
- name : 🧪 Run unit tests
149
- run : |
150
- dotnet test -c release --no-build -p:VSTestUseMSBuildOutput=false -f net6.0
151
- dotnet test -c release --no-build -p:VSTestUseMSBuildOutput=false -f net7.0
152
- dotnet test -c release --no-build -p:VSTestUseMSBuildOutput=false -f net8.0
153
- dotnet test -c release --no-build -p:VSTestUseMSBuildOutput=false -f net9.0
140
+ run : dotnet test -c release -p:VSTestUseMSBuildOutput=false --verbosity detailed
154
141
155
142
- name : 📛 Upload hang- and crash-dumps on test failure
156
143
if : failure()
You can’t perform that action at this time.
0 commit comments