Add settings to disable test warnings to Cargo.toml

This commit is contained in:
Andreas Tsouchlos 2025-10-04 02:06:47 +02:00
parent 3a76aa6ef6
commit 7f6a3807c1

View File

@ -23,3 +23,11 @@ nrf-softdevice = { version = "0.1.0", features = ["defmt", "ble-peripheral", "bl
nrf-softdevice-s112 = "0.1.2" nrf-softdevice-s112 = "0.1.2"
panic-probe = { version = "0.3.2", features = ["print-defmt"] } panic-probe = { version = "0.3.2", features = ["print-defmt"] }
static_cell = "2.1.0" static_cell = "2.1.0"
[[bin]]
name = "commonsense"
path = "src/bin/temp_rh_measurement.rs"
test = false
doctest = false
bench = false