1 2 3 4 5 6
#!/bin/bash set -e -x cargo test "$@" --release cargo test "$@" --release --features=mock --no-default-features