From 10703bbd41ad4d1f5e527101d0a5746d7e851e7b Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 19 Feb 2024 20:34:39 -0800 Subject: [PATCH] .gitlab-ci.yml: always set RUN_SLOW for CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cfbf1fc..34ac56db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,4 +132,4 @@ build: # # maxfail=10 because otherwise the output log is too long and gitlab # truncates it, removing the testing summary. - - SILENCELOG=1 SIM_NO_VCD=1 pytest -v --maxfail=10 --maxschedchunk=1 + - SILENCELOG=1 SIM_NO_VCD=1 RUN_SLOW=1 pytest -v --maxfail=10 --maxschedchunk=1 -- 2.30.2