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