Skip to content

Commit cdd4da1

Browse files
committed
run twister with -j 16
Signed-off-by: Anas Nashif <[email protected]>
1 parent 21d5f06 commit cdd4da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Check Env
106106
run: |
107107
export COVERITY_OUTPUT_DIR=${PWD}/cov-int
108-
./scripts/twister -p qemu_x86 -T tests/kernel --build-only -v -xZEPHYR_SCA_VARIANT=coverity
108+
./scripts/twister -j 16 -p qemu_x86 -T tests/kernel --build-only -v -xZEPHYR_SCA_VARIANT=coverity
109109
110110
tar -cJvf coverity-results.tar.xz cov-int
111111

0 commit comments

Comments
 (0)