Skip to content

Commit 75eb283

Browse files
committed
expand
Signed-off-by: Anas Nashif <[email protected]>
1 parent d9c4078 commit 75eb283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codechecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
sudo apt-get install -y jq
9999
export PATH=/usr/lib/llvm-16/bin/:$PATH
100100
101-
./scripts/twister -i --force-color -N -v --build-only --timeout-multiplier 2 -p qemu_x86 -T tests/kernel/threads
101+
./scripts/twister -i --force-color -N -v --build-only --timeout-multiplier 2 -p qemu_x86 -p mps2/an385 -p native_sim -T tests/kernel/threads -T tests/drivers
102102
103103
#sarif copy --output results.sarif $(find twister-out -name "codechecker.sarif")
104104
jq -s '{ "$schema": "https://json.schemastore.org/sarif-2.1.0", "version": "2.1.0", "runs": map(.runs) | add }' $(find twister-out -name "codechecker.sarif") > results.sarif

0 commit comments

Comments
 (0)