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 4f8271d commit d938836Copy full SHA for d938836
.github/workflows/codeql.yml
@@ -104,7 +104,7 @@ jobs:
104
run: |
105
export ZEPHYR_BASE=${PWD}
106
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
107
- west twister -p native_sim --build-only -v || true
+ west twister -p native_sim --build-only -v -T tests/ || true
108
109
- name: Perform CodeQL Analysis
110
uses: github/codeql-action/analyze@v3
0 commit comments