diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 33db32e..5d37eac 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,13 +28,10 @@ jobs:
run: dotnet restore src/KustoLsp.Tests/KustoLspTests.csproj
- name: Build
- run: dotnet build src/KustoLsp.Tests/KustoLspTests.csproj --no-restore
+ run: dotnet build src/KustoLsp.Tests/KustoLspTests.csproj --no-restore --configuration Release
- name: Run tests
- run: dotnet test src/KustoLsp.Tests/KustoLspTests.csproj --no-build --verbosity normal --logger "console;verbosity=normal" --blame-hang --blame-hang-timeout 60s
- env:
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
+ run: ./src/KustoLsp.Tests/bin/Release/net10.0/KustoLspTests
lint-typescript:
name: Lint and Build (TypeScript)
diff --git a/src/KustoLsp.Tests/KustoLspTests.csproj b/src/KustoLsp.Tests/KustoLspTests.csproj
index 4c461f2..10e38ed 100644
--- a/src/KustoLsp.Tests/KustoLspTests.csproj
+++ b/src/KustoLsp.Tests/KustoLspTests.csproj
@@ -5,6 +5,8 @@
latest
enable
enable
+ true
+ Exe