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 ede90a4 commit 0bfce60Copy full SHA for 0bfce60
.github/workflows/build.yml
@@ -25,10 +25,10 @@ jobs:
25
run: |
26
west build -b custom_plank app
27
28
- - name: Twister Unit Tests
+ - name: Twister Tests
29
working-directory: example-application
30
31
- ../zephyr/scripts/twister -p qemu_cortex_m0 --testcase-root ./tests/
+ ../zephyr/scripts/twister -G --board-root boards/ --testsuite-root ./tests/
32
33
- name: Archive firmware
34
uses: actions/upload-artifact@v2
tests/lib/custom_lib/testcase.yaml
@@ -1,5 +1,8 @@
1
common:
2
tags: extensibility
3
+ integration_platforms:
4
+ - custom_plank
5
+ - qemu_cortex_m0
6
tests:
7
lib.custom_lib:
8
build_only: false # something benign to make a non-empty list
0 commit comments