We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b094302 commit df728fcCopy full SHA for df728fc
.github/workflows/main.yml
@@ -70,6 +70,6 @@ jobs:
70
for proj in ${{ env.TEST_PROJECTS }}; do
71
echo "::group::Run $proj"
72
cd test-artifacts/$proj
73
- dotnet test -c Debug --no-build --verbosity detailed -p:Optimize=true $proj.dll
+ dotnet test --verbosity detailed $proj.dll
74
echo "::endgroup::"
75
done
0 commit comments