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