7 lines
274 B
Batchfile
Executable File
7 lines
274 B
Batchfile
Executable File
@rem Keep running tests even if one of them fails
|
|
@rem We need to specify environment variables here to control build since we aren't able to override them in Cargo.toml
|
|
|
|
@SET "CARGO_TARGET_THUMBV6M_NONE_EABI_RUNNER=probe-rs run"
|
|
|
|
cargo test --no-fail-fast -- --chip rp2040
|