Skip to content

Commit

Permalink
fix test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
donnytian committed Sep 17, 2023
1 parent 65c9dce commit e41df08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Build
run: dotnet build --no-restore Npoi.Mapper/Npoi.Mapper.sln
- name: Test
run: dotnet test --no-build --verbosity normal Npoi.Mapper/Npoi.Mapper.sln
run: dotnet test --framework net6.0 --no-build --verbosity normal Npoi.Mapper/Npoi.Mapper.sln

0 comments on commit e41df08

Please sign in to comment.