From 00d7736cdee38e44f0c00efbb555f78247bc13eb Mon Sep 17 00:00:00 2001 From: David Huggins-Daines Date: Thu, 28 Dec 2023 14:09:15 -0500 Subject: [PATCH] ci: run all tests again --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ef9782e57..08ce4b633 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ deps = pytest>=6 memory_profiler commands = - pytest {tty:--color=yes} -s -k lm_test --full-trace {posargs} + pytest {tty:--color=yes} {posargs} [gh] python =