diff --git a/ci.sh b/ci.sh index 78a2233d1..78118b740 100755 --- a/ci.sh +++ b/ci.sh @@ -6,4 +6,4 @@ set -e # Execute Unit tests cd tests dotnet restore -dotnet xunit \ No newline at end of file +dotnet test \ No newline at end of file diff --git a/tests/tests.csproj b/tests/tests.csproj index 2388bcf5d..070c337ea 100755 --- a/tests/tests.csproj +++ b/tests/tests.csproj @@ -4,10 +4,10 @@ false - - - - + + + +