diff --git a/.github/workflows/csharp-server.yml b/.github/workflows/csharp-server.yml index 1583f3d..034d2da 100644 --- a/.github/workflows/csharp-server.yml +++ b/.github/workflows/csharp-server.yml @@ -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