We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2464b5f commit 561367aCopy full SHA for 561367a
1 file changed
.github/workflows/run_tests.yml
@@ -69,6 +69,7 @@ jobs:
69
for proj in "${projects[@]}"; do
70
echo "Running tests for: $proj"
71
dotnet test "$proj" \
72
+ --no-build \
73
-c ${{ steps.config.outputs.configuration }} \
74
-f ${{ matrix.framework }} \
75
--logger "trx;LogFileName=$(basename "$proj" .csproj)-${{ matrix.framework }}.trx" \
0 commit comments