ci: build with DEFMT_LOG=trace to catch all defmt issues.

This commit is contained in:
Dario Nieuwenhuis 2023-04-26 16:20:49 +02:00
parent 0c7ce80384
commit 0a2d6f0be0
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,6 @@
"rust-analyzer.check.noDefaultFeatures": true,
"rust-analyzer.linkedProjects": [
"examples/rpi-pico-w/Cargo.toml",
"cyw43-pio/Cargo.toml",
],
"rust-analyzer.server.extraEnv": {
"WIFI_NETWORK": "foo",

2
ci.sh
View file

@ -2,6 +2,8 @@
set -euxo pipefail
export DEFMT_LOG=trace
# build examples
#==================