From 33bba036cef89b0b3a60d0c1ddc3ae51f94522fb Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Mon, 31 Jul 2023 16:55:07 +0200 Subject: [PATCH] Update CI-master_tests.yml --- .github/workflows/CI-master_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI-master_tests.yml b/.github/workflows/CI-master_tests.yml index f7d11bf..c137b5c 100644 --- a/.github/workflows/CI-master_tests.yml +++ b/.github/workflows/CI-master_tests.yml @@ -49,9 +49,9 @@ jobs: - name: run MSBuild run: msbuild $env:Solution_Path - # Execute all unit tests in the solution - It's broken :( - #- name: Execute unit tests - # run: dotnet test $env:Solution_Path + # Execute all unit tests in the solution + - name: Execute unit tests + run: dotnet test $env:Solution_Path # Build & update all versions - name: Build all versions