From f617a3e31377285d32beb0d39b3c820b4b02805c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28LU=CC=9BO=CC=9BNG=20The=CC=82?= =?UTF-8?q?=CC=81=20Vinh=29?= Date: Sun, 17 Dec 2023 21:20:30 -0800 Subject: [PATCH] update tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d54e513c5..b11ba8418 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ lint: # TESTING # ======= test: - poetry run pytest $(OPTIONS) + poetry run pytest # PRE-COMMIT LINTING & TESTING