From 90dabdc1f2fbfecef9bba9575b1ca6777c3f6af3 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 29 Jul 2024 18:42:16 +0200 Subject: [PATCH] CI: Speed up testing by not tearing down test containers --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b9c6358..1a9d9de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,6 +33,7 @@ jobs: env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }} + TC_KEEPALIVE: true name: Python ${{ matrix.python-version }} on OS ${{ matrix.os }} steps: