Skip to content

Commit

Permalink
Fix test runner to test only .net 6 since .net framework is not insta…
Browse files Browse the repository at this point in the history
…lled on Linux.
  • Loading branch information
lovettchris committed Jan 24, 2023
1 parent a2ec9da commit c607909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
run: dotnet restore ./src/XmlDiff.sln
- name: Build
run: dotnet build --no-restore ./src/XmlDiff.sln
- name: Test
run: dotnet test --no-build --verbosity normal ./src/XmlDiff.sln
- name: Test for .NET 6.0
run: dotnet test --no-build --verbosity normal ./src/XmlDiff.sln /p:TargetFramework=net6.0

0 comments on commit c607909

Please sign in to comment.