Treat nullability warnings as errors in CI.

This commit is contained in:
Pieter-Jan Briers
2020-06-12 14:22:44 +02:00
parent c5e1fbcbab
commit 9b7b8023f2

View File

@@ -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