Skip to content

Commit

Permalink
only run unit test on release
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Apr 30, 2023
1 parent d25b89f commit eff9d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet build --no-restore

- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal --filter "TestU"

- name: Packing
run: |
Expand Down

0 comments on commit eff9d0b

Please sign in to comment.