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 2eff640 commit 53b084dCopy full SHA for 53b084d
scripts/ci/tags.yaml
@@ -1113,3 +1113,9 @@ ci_tests_drivers_flash:
1113
- nrf/tests/drivers/flash/
1114
- nrfxlib/nrf_rpc/
1115
- zephyr/drivers/flash/
1116
+
1117
+ci_tests_unity:
1118
+ files:
1119
+ - nrf/tests/unity/
1120
+ - ncs/test/cmock/
1121
+ - test/cmock/
tests/unity/example_test/testcase.yaml
@@ -1,7 +1,7 @@
1
tests:
2
unity.example_test:
3
sysbuild: true
4
- tags: example sysbuild
+ tags: example sysbuild ci_tests_unity
5
integration_platforms:
6
- native_posix
7
platform_allow:
tests/unity/wrap_test/testcase.yaml
unity.wrap_test:
- tags: wrap_test sysbuild
+ tags: wrap_test sysbuild ci_tests_unity
0 commit comments