diff --git a/.github/workflows/build-dotnet.yml b/.github/workflows/build-dotnet.yml index 1395b38..fdbbe0d 100644 --- a/.github/workflows/build-dotnet.yml +++ b/.github/workflows/build-dotnet.yml @@ -21,7 +21,7 @@ jobs: run: dotnet restore - name: "Build" - run: dotnet build --configuration Release + run: dotnet build --configuration Release --no-restore - name: "Test" run: dotnet test --no-restore --verbosity normal