diff --git a/.github/workflows/build-test-template.yml b/.github/workflows/build-test-template.yml index cc6eb9e..9b5adfd 100644 --- a/.github/workflows/build-test-template.yml +++ b/.github/workflows/build-test-template.yml @@ -89,7 +89,7 @@ jobs: - name: Run Tests if: ${{ inputs.run_tests }} - run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" ${{ env.test_project_path }} + run: dotnet test --verbosity normal --collect:"XPlat Code Coverage" ${{ env.test_project_path }} - name: Generate Code Coverage Report if: ${{ inputs.run_tests }} diff --git a/src/Tests/DfE.CoreLibs.Utilities.Tests/DfE.CoreLibs.Utilities.Tests.csproj b/src/Tests/DfE.CoreLibs.Utilities.Tests/DfE.CoreLibs.Utilities.Tests.csproj index cdceed7..ff1153b 100644 --- a/src/Tests/DfE.CoreLibs.Utilities.Tests/DfE.CoreLibs.Utilities.Tests.csproj +++ b/src/Tests/DfE.CoreLibs.Utilities.Tests/DfE.CoreLibs.Utilities.Tests.csproj @@ -26,3 +26,5 @@ + +