aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-06-06 02:28:00 +0200
committerDario Nieuwenhuis <[email protected]>2023-06-06 02:50:57 +0200
commit6701606e4c7811082808271b67caa1cdc9387163 (patch)
treefe47f8b76fe4e74aed0bc7f959d2f04954303c29 /ci.sh
parent79b982c941576597bd09d585a9bdaa7fce47688a (diff)
cyw43: add perf HIL test.
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci.sh b/ci.sh
index 3d6e28796..08558a18f 100755
--- a/ci.sh
+++ b/ci.sh
@@ -3,7 +3,7 @@
3set -euo pipefail 3set -euo pipefail
4 4
5export RUSTFLAGS=-Dwarnings 5export RUSTFLAGS=-Dwarnings
6export DEFMT_LOG=trace 6export DEFMT_LOG=trace,cyw43=info,cyw43_pio=info,smoltcp=info
7 7
8# needed by wifi examples 8# needed by wifi examples
9export WIFI_NETWORK=x 9export WIFI_NETWORK=x