Are you using https://github.com/knurling-rs/defmt/tree/main/firmware/defmt-test or https://github.com/probe-rs/embedded-test/tree/master for testing? Or none of them? I am trying to setup one of these for my embassy stm32wb55 project but I am (again) struggling a little bit. I was using the https://github.com/knurling-rs/app-template and fixing the TODOs and now I get this message: ``` Error: probe-rs was invoked with arguments exclusive to test mode, but the binary does not contain embedded-test Stack backtrace: 0: <unknown> 1: <unknown> 2: hid_write 3: <unknown> 4: <unknown> 5: <unknown> 6: <unknown> 7: <unknown> 8: <unknown> 9: hid_write 10: BaseThreadInitThunk 11: RtlUserThreadStart error: test failed, to rerun pass `-p my-app --test integration` ``` What am I missing? Thanks! :-)