Skip to content

Commit df728fc

Browse files
committed
drop parameters that no need
1 parent b094302 commit df728fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
for proj in ${{ env.TEST_PROJECTS }}; do
7171
echo "::group::Run $proj"
7272
cd test-artifacts/$proj
73-
dotnet test -c Debug --no-build --verbosity detailed -p:Optimize=true $proj.dll
73+
dotnet test --verbosity detailed $proj.dll
7474
echo "::endgroup::"
7575
done

0 commit comments

Comments
 (0)