diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f62b0ec..834d802 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,4 +12,4 @@ jobs: - name: Build run: dotnet build --configuration Release --no-restore - name: Test - run: dotnet test -no-restore + run: dotnet test --no-restore