Fix C# test restore in CI

This commit is contained in:
Nomads_Reach
2026-08-16 02:38:42 -04:00
parent 757e614cdd
commit 377fe2754b
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Run C# server tests
working-directory: server
run: dotnet run --project tests/CommonwealthOnline.Server.Tests.csproj -c Release --no-restore
run: dotnet run --project tests/CommonwealthOnline.Server.Tests.csproj -c Release
- name: Check Linux scripts
working-directory: server