Skip to content

Commit

Permalink
github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andi0b committed Dec 19, 2024
1 parent 6e96805 commit 1371652
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion advent-of-code-2024.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
</PropertyGroup>


<ItemGroup>
<PackageReference Include="FParsec" Version="1.1.1" />
<PackageReference Include="FSharp.HashCollections" Version="0.3.4" />
Expand All @@ -37,6 +36,7 @@
<PackageReference Include="xunit.v3" Version="0.6.0-pre.7" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
<PackageReference Include="Unquote" Version="7.0.0" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1371652

Please sign in to comment.