diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bf788c0..af9fd1d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -25,4 +25,8 @@ jobs: - name: Build run: dotnet build -p:test=true --no-restore - name: Test - run: dotnet test -p:test=true -p:TestingPlatformShowTestsFailure=true --no-build --verbosity normal + run: > + dotnet test -p:test=true -p:TestingPlatformShowTestsFailure=true + --configuration Release + --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true" + --no-build --verbosity normal diff --git a/advent-of-code-2024.fsproj b/advent-of-code-2024.fsproj index fa71f87..1ccbc4c 100644 --- a/advent-of-code-2024.fsproj +++ b/advent-of-code-2024.fsproj @@ -21,7 +21,6 @@ true - @@ -37,6 +36,7 @@ +