diff --git a/.ci/test.ps1 b/.ci/test.ps1 index bf3b973c9..a619c6402 100644 --- a/.ci/test.ps1 +++ b/.ci/test.ps1 @@ -23,7 +23,7 @@ if ($LASTEXITCODE -ne 0){ exit $LASTEXITCODE; } popd -pushd tests\MySqlConnector.DependencyIntegration.Tests +pushd tests\MySqlConnector.DependencyInjection.Tests dotnet test -c Release if ($LASTEXITCODE -ne 0){ exit $LASTEXITCODE;