From 108a4ed4964cb3a70f34c44d232f23fb73897728 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Mon, 7 Jul 2025 10:45:51 +1200 Subject: [PATCH] tests/functional: Reduce CI to 100 steps Takes approx half the time, at least when testing locally. --- tests/functional/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/run-test.sh b/tests/functional/run-test.sh index 6786e93f1..03e3b60f8 100755 --- a/tests/functional/run-test.sh +++ b/tests/functional/run-test.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -pytest -v -n auto "$@" +pytest -v -n auto "$@" --steps 100