diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9113d08..02946b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,4 +26,4 @@ jobs: run: dotnet build --no-restore - name: Run tests - run: dotnet test Gridazor.Tests --no-build --verbosity normal + run: dotnet test Gridazor.Tests.csproj --no-build --verbosity normal diff --git a/Gridazor.Console/Program.cs b/Gridazor.Console/Program.cs index 5f28270..4db7e7a 100644 --- a/Gridazor.Console/Program.cs +++ b/Gridazor.Console/Program.cs @@ -1 +1 @@ - \ No newline at end of file +Console.WriteLine("Playground Project"); \ No newline at end of file