From 3a2749775984591d2c57b52c71c6131cf80b936f Mon Sep 17 00:00:00 2001 From: Simon Jefferies Date: Thu, 15 Aug 2024 14:27:04 +0100 Subject: [PATCH] Build tests. --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 496e973..2bb3f95 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -35,7 +35,7 @@ jobs: run: dotnet build --configuration Release --no-restore - name: Test - run: dotnet test --no-build --verbosity normal + run: dotnet test --configuration Release --logger GitHubActions -p:CollectCoverage=true - name: Publish Nuget run: |