Skip to content

Commit ed8da1d

Browse files
committed
only hello world
Signed-off-by: Anas Nashif <[email protected]>
1 parent 10a7bb4 commit ed8da1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eclair.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Check Env
106106
run: |
107107
export COVERITY_OUTPUT_DIR=${PWD}/cov-int
108-
./scripts/twister -j 16 -p qemu_x86 -T tests/subsys/logging/ -T tests/kernel/threads --build-only -v -xZEPHYR_SCA_VARIANT=eclair -x=USE_CCACHE=0
108+
./scripts/twister -j 16 -p qemu_x86 -T tests/subsys/logging/ -T samples/hello_world -i --build-only -v -xZEPHYR_SCA_VARIANT=eclair -x=USE_CCACHE=0
109109
110110
ver=`git describe`
111111
echo "PAYLOAD_VERSION=${ver}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)