diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-04-26 16:20:49 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-04-26 16:20:49 +0200 |
| commit | 0a2d6f0be069233bdfa9d9eee6f41184fdda72f3 (patch) | |
| tree | 37c4ebf05d32de09869ed0b748c91a74f1017928 | |
| parent | 0c7ce803849779af2ac6a2d3df401f5dafd57323 (diff) | |
ci: build with DEFMT_LOG=trace to catch all defmt issues.
| -rw-r--r-- | .vscode/settings.json | 1 | ||||
| -rwxr-xr-x | ci.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 344307695..dd479929e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -9,7 +9,6 @@ | |||
| 9 | "rust-analyzer.check.noDefaultFeatures": true, | 9 | "rust-analyzer.check.noDefaultFeatures": true, |
| 10 | "rust-analyzer.linkedProjects": [ | 10 | "rust-analyzer.linkedProjects": [ |
| 11 | "examples/rpi-pico-w/Cargo.toml", | 11 | "examples/rpi-pico-w/Cargo.toml", |
| 12 | "cyw43-pio/Cargo.toml", | ||
| 13 | ], | 12 | ], |
| 14 | "rust-analyzer.server.extraEnv": { | 13 | "rust-analyzer.server.extraEnv": { |
| 15 | "WIFI_NETWORK": "foo", | 14 | "WIFI_NETWORK": "foo", |
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | set -euxo pipefail | 3 | set -euxo pipefail |
| 4 | 4 | ||
| 5 | export DEFMT_LOG=trace | ||
| 6 | |||
| 5 | # build examples | 7 | # build examples |
| 6 | #================== | 8 | #================== |
| 7 | 9 | ||
