diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9ff1bfce..b5307bab 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -119,6 +119,12 @@ jobs: - name: Pack Taggeds run: dotnet pack ./src/*/*/Taggeds.csproj --no-restore -o ~/nuget -c Release + - name: Restore Taggeds.Tests.Old + run: dotnet restore ./src/*/*/Taggeds.Tests.Old.csproj + + - name: Test Taggeds.Tests.Old + run: dotnet test ./src/*/*/Taggeds.Tests.Old.csproj --no-restore -c Release + - name: Restore Taggeds.Tests run: dotnet restore ./src/*/*/Taggeds.Tests.csproj