2021-06-01 20:50:23 -04:00
|
|
|
#!/bin/bash
|
2021-10-18 17:58:48 -04:00
|
|
|
RUST_BACKTRACE=1 cargo test --all-features -- --nocapture
|
2021-06-23 11:16:10 -04:00
|
|
|
# RUST_BACKTRACE=1 cargo test --release --all-features -- --nocapture
|
2021-06-01 20:50:23 -04:00
|
|
|
# RUST_BACKTRACE=1 cargo test --features techblox -- --nocapture
|
2021-10-18 17:58:48 -04:00
|
|
|
# RUST_BACKTRACE=1 cargo test --features robocraft -- --nocapture
|
2021-06-01 20:50:23 -04:00
|
|
|
exit $?
|