diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 157cc1a..db25c97 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,9 +20,6 @@ jobs: - name: Restore dependencies run: dotnet restore src/ - - name: Run tests - run: dotnet test src/ --configuration Release --no-build - - name: Build run: dotnet build src/ --configuration Release --no-restore