diff --git a/.github/workflows/CI-winpeas_build_test.yml b/.github/workflows/CI-winpeas_build_test.yml index 5b5be1b..012269f 100644 --- a/.github/workflows/CI-winpeas_build_test.yml +++ b/.github/workflows/CI-winpeas_build_test.yml @@ -43,8 +43,8 @@ jobs: run: msbuild $env:Solution_Path # Execute all unit tests in the solution - #- name: Execute unit tests - # run: dotnet test $env:Solution_Path + - name: Execute unit tests + run: dotnet test $env:Solution_Path # Build & update all versions - name: Build all versions