diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-26 23:15:47 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-26 23:15:47 +0200 |
| commit | a7700e8a8fd649be43150f67c94fd02cf72b03a1 (patch) | |
| tree | 1d50976f7bdeeddafa6f7f0fab00490c59b7250a /CMakePresets.json | |
| parent | 0092b0f0750e85e1a6e97a00ae21d3d1572b17ef (diff) | |
| download | kernel-a7700e8a8fd649be43150f67c94fd02cf72b03a1.tar.xz kernel-a7700e8a8fd649be43150f67c94fd02cf72b03a1.zip | |
build: separate normal from stress tests
Diffstat (limited to 'CMakePresets.json')
| -rw-r--r-- | CMakePresets.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakePresets.json b/CMakePresets.json index 1d75402d..dd85260c 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -32,6 +32,7 @@ "description": "Build-host Testing with ThreadSanitizer", "cacheVariables": { "TEACHOS_ENABLE_TEST_SANITIZERS": false, + "TEACHOS_ENABLE_TEST_COVERAGE": false, "TEACHOS_ENABLE_TEST_TSAN": true } } @@ -76,7 +77,7 @@ "outputOnFailure": true }, "execution": { - "jobs": 1 + "jobs": 0 } } ] |
