diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 77eb50e..4d6f5af 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,5 +22,5 @@ jobs: - name: Build run: dotnet build -c Release --no-restore - name: Test - run: dotnet test -c Release --no-build + run: dotnet test