enabled tests

This commit is contained in:
makikvues 2021-07-07 14:54:11 +02:00
parent 39d65fd9d9
commit eeef43b7c4

View File

@ -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