From c47928b1c12212d62acb37266c1ea6075dcaa9d0 Mon Sep 17 00:00:00 2001 From: Giorgio Salluzzo Date: Tue, 11 Jun 2024 08:43:12 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b30484..675a0fa 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ types: test: types @echo "Running Python tests" - export VIRTUAL_ENV=.venv; .venv/bin/wait-for-it --service httpbin.local:443 --service localhost:6379 --timeout 5 -- .venv/bin/pytest tests/ || exit 1 + export VIRTUAL_ENV=.venv; .venv/bin/wait-for-it --service httpbin.local:443 --service localhost:6379 --timeout 5 -- .venv/bin/pytest @echo "" safetest: