From 70810614af23c8e49416671b090951eb2d73bf5f Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Sun, 31 Dec 2023 21:16:18 +0530 Subject: [PATCH] fix: CI: rm shell redirection --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a721907..696f8ac 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ test: . venv/bin/activate && \ SITEKEY=$(SITEKEY) SECRET=$(SECRET) \ INSTANCE_URL=$(INSTANCE_URL) \ - TOKEN=$(TOKEN) pytest -rP + TOKEN=$(TOKEN) pytest lint: black src/ scripts/