diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 2b9aa93a2..3f7bff33a 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -20,6 +20,6 @@ jobs: - name: Install dependencies run: dotnet restore - name: Build - run: dotnet build --no-restore + run: dotnet build --no-restore /p:WarningsAsErrors=nullable - name: Test run: dotnet test --no-build Robust.UnitTesting/Robust.UnitTesting.csproj -v n