We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60cad0 commit 8555aa3Copy full SHA for 8555aa3
.github/workflows/dotnet.yml
@@ -24,5 +24,5 @@ jobs:
24
run: dotnet restore hio-dotnet.Common/hio-dotnet.Common.csproj
25
- name: Build Common project
26
run: dotnet build hio-dotnet.Common/hio-dotnet.Common.csproj --no-restore
27
- - name: Run Tests
28
- run: dotnet test hio-dotnet.Tests.Common/hio-dotnet.Tests.Common.csproj --no-build --verbosity detailed
+ - name: Run xUnit Tests
+ run: dotnet test hio-dotnet.Tests.Common/hio-dotnet.Tests.Common.csproj --verbosity normal
0 commit comments