Skip to content

Commit

Permalink
Build tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Jefferies committed Aug 15, 2024
1 parent a87792e commit 3a27497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3a27497

Please sign in to comment.