diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index c4dc13a62..58aed1187 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -15,3 +15,5 @@ jobs: dotnet-version: 2.2.108 - name: Build with dotnet run: dotnet build src/Ombi.sln --configuration Release + - name: Run Tests + run: dotnet test src/Ombi.sln --no-build