ci: build with DEFMT_LOG=trace to catch all defmt issues.
This commit is contained in:
parent
0c7ce80384
commit
0a2d6f0be0
2 changed files with 2 additions and 1 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -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
2
ci.sh
|
@ -2,6 +2,8 @@
|
|||
|
||||
set -euxo pipefail
|
||||
|
||||
export DEFMT_LOG=trace
|
||||
|
||||
# build examples
|
||||
#==================
|
||||
|
||||
|
|
Loading…
Reference in a new issue