Run all tests on GitHub Actions

This commit is contained in:
PJB3005
2025-12-17 18:18:11 +01:00
parent c1737a540f
commit 5476cdeff9

View File

@@ -27,7 +27,5 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore /p:WarningsAsErrors=nullable
- name: Robust.UnitTesting
run: dotnet test --no-build Robust.UnitTesting/Robust.UnitTesting.csproj -- NUnit.ConsoleOut=0
- name: Robust.Analyzers.Tests
run: dotnet test --no-build Robust.Analyzers.Tests/Robust.Analyzers.Tests.csproj -- NUnit.ConsoleOut=0
- name: Run tests
run: dotnet test --no-build -- NUnit.ConsoleOut=0