.gitlab-ci.yml: always set RUN_SLOW for CI
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 20 Feb 2024 04:34:39 +0000 (20:34 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 20 Feb 2024 04:34:39 +0000 (20:34 -0800)
.gitlab-ci.yml

index 1cfbf1fc9a1d8973949481ecd26f408d08f6a432..34ac56db66f29ae66ba76b8ff21ccb342c5014a8 100644 (file)
@@ -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