aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-06-15 09:58:10 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-06-15 09:58:10 +0200
commit4ea5ce8908ab49b3ed49aae8fbe1359fcf828fb0 (patch)
treed3fe5cdd29475ac3b448cfd34455313a4265e0f4
parent1ed9b1da185da095ac6fec018382cc3463d09657 (diff)
downloadkernel-4ea5ce8908ab49b3ed49aae8fbe1359fcf828fb0.tar.xz
kernel-4ea5ce8908ab49b3ed49aae8fbe1359fcf828fb0.zip
ci: speed up test execution
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7551708..80219e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ test:bht:
image: registry.gitlab.ost.ch:45023/teachos/devcontainers/bht.ci:latest
needs: ["build:bht"]
script:
- - ctest --preset bht-dbg
+ - ctest --preset bht-dbg --parallel --output-on-failure
- lcov --quiet --config-file .lcovrc --capture --directory $(pwd) --output-file coverage.info
- lcov --quiet --list coverage.info
- genhtml --quiet --prefix $(pwd) --output-directory coverage coverage.info