Skip to content

Commit

Permalink
Run unit tests based on Net 8.0 only.
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoCanessa committed Sep 6, 2024
1 parent c87be69 commit 3331293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --configuration Release --no-restore --framework net8.0

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

0 comments on commit 3331293

Please sign in to comment.