From f3086cc1b272d3fc08e5e5bfb46401e276618b22 Mon Sep 17 00:00:00 2001 From: goose Date: Sat, 11 Jan 2025 13:00:31 +0700 Subject: [PATCH] test: run tests sequentially --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54bc132..8138961 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ test: --headless \ --noplugin \ -u ${TESTS_INIT} \ - -c "PlenaryBustedDirectory ${TESTS_DIR} { minimal_init = '${TESTS_INIT}' }" + -c "PlenaryBustedDirectory ${TESTS_DIR} { minimal_init = '${TESTS_INIT}', sequential = true }"