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 3b89531 commit 2ef0443Copy full SHA for 2ef0443
.github/workflows/codeql.yml
@@ -89,7 +89,7 @@ jobs:
89
run: |
90
export ZEPHYR_BASE=${PWD}
91
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
92
- west twister -p qemu_x86 -T tests/kernel/common -v
+ west twister -p native_sim --build-only -T tests/kernel -T tests/drivers/build_all/sensor/ -v
93
94
- name: Perform CodeQL Analysis
95
uses: github/codeql-action/analyze@v3
0 commit comments