We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085d9c8 commit bb24bd4Copy full SHA for bb24bd4
.github/workflows/push_to_nuget.yml
@@ -21,5 +21,5 @@ jobs:
21
run: dotnet restore
22
23
- name: Run tests
24
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test --verbosity normal
25
0 commit comments