Skip to content

Commit 2464b5f

Browse files
removed nobuild from test action
1 parent 3583d06 commit 2464b5f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
for proj in "${projects[@]}"; do
7070
echo "Running tests for: $proj"
7171
dotnet test "$proj" \
72-
--no-build \
7372
-c ${{ steps.config.outputs.configuration }} \
7473
-f ${{ matrix.framework }} \
7574
--logger "trx;LogFileName=$(basename "$proj" .csproj)-${{ matrix.framework }}.trx" \

0 commit comments

Comments
 (0)