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 10a7bb4 commit ed8da1dCopy full SHA for ed8da1d
.github/workflows/eclair.yaml
@@ -105,7 +105,7 @@ jobs:
105
- name: Check Env
106
run: |
107
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
+ ./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
109
110
ver=`git describe`
111
echo "PAYLOAD_VERSION=${ver}" >> $GITHUB_ENV
0 commit comments