Skip to content

Commit eff9d0b

Browse files
committed
only run unit test on release
1 parent d25b89f commit eff9d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet build --no-restore
2626

2727
- name: Test
28-
run: dotnet test --no-build --verbosity normal
28+
run: dotnet test --no-build --verbosity normal --filter "TestU"
2929

3030
- name: Packing
3131
run: |

0 commit comments

Comments
 (0)