Fix github action test output spam (#2847)

This commit is contained in:
wrexbe
2022-05-28 07:15:37 -07:00
committed by GitHub
parent 6c4dc7fc72
commit 1c39deae6c

View File

@@ -28,6 +28,6 @@ jobs:
- name: Build
run: dotnet build --no-restore /p:WarningsAsErrors=nullable
- name: Test Engine
run: dotnet test --no-build Robust.UnitTesting/Robust.UnitTesting.csproj -v n
run: dotnet test --no-build Robust.UnitTesting/Robust.UnitTesting.csproj -- NUnit.ConsoleOut=0