Skip to content

Commit 561367a

Browse files
updated build
1 parent 2464b5f commit 561367a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/run_tests.yml

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

0 commit comments

Comments
 (0)