Skip to content

Commit c003fe3

Browse files
committed
Split tests by TFM
1 parent 8c7d9e5 commit c003fe3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
name: NuGet packages
4646
path: bin/Packages/
4747
retention-days: 7
48-
- name: Run tests
48+
- name: Run net472 tests
49+
if: matrix.name == 'Windows'
4950
run: dotnet test LibGit2Sharp.sln --configuration Release --no-build --logger "GitHubActions"
51+
- name: Run netcoreapp3.1 tests
52+
run: dotnet test LibGit2Sharp.sln --configuration Release --no-build --framework netcoreapp3.1 --logger "GitHubActions"
53+
- name: Run net5.0 tests
54+
run: dotnet test LibGit2Sharp.sln --configuration Release --no-build --framework net5.0 --logger "GitHubActions"
5055

0 commit comments

Comments
 (0)