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 a3ea283 commit 60b2101Copy full SHA for 60b2101
.github/workflows/codeql.yml
@@ -91,7 +91,7 @@ jobs:
91
run: |
92
export ZEPHYR_BASE=${PWD}
93
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
94
- west twister -p native_sim --build-only -T tests/kernel -T tests/drivers/build_all/sensor/ -v -j 16
+ west twister -p native_sim --build-only -v -j 16 || true
95
96
- name: Perform CodeQL Analysis
97
uses: github/codeql-action/analyze@v3
0 commit comments