Skip to content

Commit

Permalink
ci: add runtime for netstandard tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Sep 8, 2023
1 parent afd9399 commit e439602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
run: dotnet restore
- name: Unit Test
run: |
dotnet test libNOM.test --no-restore --configuration Debug --framework netstandard2.0
dotnet test libNOM.test --no-restore --configuration Debug --framework netstandard2.1
dotnet test libNOM.test --no-restore --configuration Debug --framework netstandard2.0 --os linux
dotnet test libNOM.test --no-restore --configuration Debug --framework netstandard2.1 --os linux
dotnet test libNOM.test --no-restore --configuration Debug --framework net6.0
dotnet test libNOM.test --no-restore --configuration Debug --framework net7.0
- name: Pack
Expand Down

0 comments on commit e439602

Please sign in to comment.