5 lines
143 B
Bash
5 lines
143 B
Bash
|
#!/bin/bash
|
||
|
RUST_BACKTRACE=1 cargo test --all-features -- --nocapture
|
||
|
# RUST_BACKTRACE=1 cargo test --features techblox -- --nocapture
|
||
|
exit $?
|