Skip to content

Commit 3b89531

Browse files
committed
common
Signed-off-by: Anas Nashif <[email protected]>
1 parent 293a96c commit 3b89531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
export ZEPHYR_BASE=${PWD}
9191
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
92-
west build -b qemu_x86 samples/hello_world
92+
west twister -p qemu_x86 -T tests/kernel/common -v
9393
9494
- name: Perform CodeQL Analysis
9595
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)