We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293a96c commit 3b89531Copy full SHA for 3b89531
.github/workflows/codeql.yml
@@ -89,7 +89,7 @@ jobs:
89
run: |
90
export ZEPHYR_BASE=${PWD}
91
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
92
- west build -b qemu_x86 samples/hello_world
+ west twister -p qemu_x86 -T tests/kernel/common -v
93
94
- name: Perform CodeQL Analysis
95
uses: github/codeql-action/analyze@v3
0 commit comments