You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET/CI: Improve testing, also against pre-release versions of Npgsql
With the drawback of introducing redundancies by retiring the use
of the universal test runner `ngr` in this case, the CI workflow
recipe gains the benefit of being able to directly manipulate the
version numbers of dependency packages.
This improves the setup, because the test suite can now be validated
against pre-release versions of the Npgsql package.
Npgsql is important for CrateDB, because the .NET connectivity
relies on it, provided by its PostgreSQL wire compatibility.
0 commit comments