Skip to content

Commit

Permalink
chore(pipe): using net8.0 for tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoBaSs84 committed Jan 23, 2025
1 parent 4801215 commit d90e2f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
run: dotnet build --no-restore --configuration release --verbosity minimal

- name: Test
run: dotnet test --no-build --configuration release --verbosity minimal
run: dotnet test --no-build --configuration release --verbosity minimal --framework net8.0

0 comments on commit d90e2f7

Please sign in to comment.