Skip to content

Commit e6b9316

Browse files
committed
Leave out tests in nuget gha for now.
1 parent e00dbae commit e6b9316

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
dotnet-version: '10.0.x'
1717

1818
# Unit tests
19-
- name: Unit tests
20-
run: dotnet test test/unit/SIPSorcery.UnitTests.csproj --framework net10.0 -c Release
19+
#- name: Unit tests
20+
# run: dotnet test test/unit/SIPSorcery.UnitTests.csproj --framework net10.0 -c Release
2121

2222
# Pack all NuGet packages (Windows can build all target frameworks incl. net462 and net10.0-windows)
2323
- name: Pack SIPSorcery

0 commit comments

Comments
 (0)