diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9835c8e..755cf05 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,6 +20,6 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --no-restore + run: dotnet build --no-restore /p:TreatWarningsAsErrors=false - name: Test run: dotnet test --no-build --verbosity normal