From 1371652bb688e70b0499aba7b363cd384c65af6d Mon Sep 17 00:00:00 2001 From: andi0b Date: Thu, 19 Dec 2024 01:36:43 +0100 Subject: [PATCH] github tests --- .github/workflows/dotnet.yml | 6 +++++- advent-of-code-2024.fsproj | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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 @@ +