Skip to content

Commit f4dfe9d

Browse files
committed
only testS
Signed-off-by: Anas Nashif <[email protected]>
1 parent fe905f5 commit f4dfe9d

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
@@ -104,7 +104,7 @@ jobs:
104104
run: |
105105
export ZEPHYR_BASE=${PWD}
106106
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
107-
west twister -p native_sim --build-only -v || true
107+
west twister -p native_sim --build-only -v -T tests/ || true
108108
109109
- name: Perform CodeQL Analysis
110110
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)