From 6d72c85766a8355e1d660ff0c19b43e93faad4d8 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sat, 1 Aug 2026 14:49:15 +0200 Subject: add testing/pgruntime Testing pgruntime has quickly turned out to be a nightmare, because so many parts of the test logic are not easily reproducible (e.g. `stopDBIfLingering`). I decided to not waste a bunch of time testing code that is relatively compact and easy to verify by careful examination, and that is unlikely to change a lot in the future. --- go.work | 1 + 1 file changed, 1 insertion(+) (limited to 'go.work') diff --git a/go.work b/go.work index c163e32..1d7d7f0 100644 --- a/go.work +++ b/go.work @@ -3,4 +3,5 @@ go 1.26 use ( . ./benchmark + ./testing ) -- cgit v1.3.1