Skip to content

Commit 8555aa3

Browse files
committed
CI: run as xUnit tests dotnet.yml
1 parent a60cad0 commit 8555aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
run: dotnet restore hio-dotnet.Common/hio-dotnet.Common.csproj
2525
- name: Build Common project
2626
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
27+
- name: Run xUnit Tests
28+
run: dotnet test hio-dotnet.Tests.Common/hio-dotnet.Tests.Common.csproj --verbosity normal

0 commit comments

Comments
 (0)