Skip to content

Commit

Permalink
Run unit tests against release, not platform default.
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoCanessa committed Sep 6, 2024
1 parent 3331293 commit 9528ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: dotnet build --configuration Release --no-restore --framework net8.0

- name: Test
run: dotnet test --no-restore --framework net8.0 --verbosity normal --filter "RequiresExternalRepo!=true"
run: dotnet test --configuration Release --no-restore --framework net8.0 --verbosity normal --filter "RequiresExternalRepo!=true"

0 comments on commit 9528ac6

Please sign in to comment.