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 8e9f2de commit 7ea690dCopy full SHA for 7ea690d
.github/test-spec.yml
@@ -594,6 +594,7 @@
594
- "tests/drivers/lpuart/**/*"
595
- "tests/drivers/pwm/**/*"
596
- "tests/drivers/sensor/**/*"
597
+ - "tests/drivers/audio/**/*"
598
599
"CI-ps-test":
600
- "samples/nrf_rpc/protocols_serialization/**/*"
tests/drivers/audio/pdm_loopback/testcase.yaml
@@ -1,3 +1,10 @@
1
+common:
2
+ tags:
3
+ - drivers
4
+ harness: ztest
5
+ harness_config:
6
+ fixture: gpio_loopback
7
+
8
tests:
9
drivers.audio.pdm_loopback.nrf54l15.1000khz:
10
platform_allow:
0 commit comments