Add one integration_platforms based on platform_allow to ensure these tests get coverage in CI. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
16 lines
289 B
YAML
16 lines
289 B
YAML
#
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
sample:
|
|
name: MPU6050 Sensor Sample
|
|
tests:
|
|
sample.sensor.mpu6050:
|
|
build_only: true
|
|
platform_allow: nrf52dk_nrf52832
|
|
tags: sensors
|
|
integration_platforms:
|
|
- nrf52dk_nrf52832
|