1 2 3 4 5 6
#!/bin/bash set -x -e cargo test "$@" --release --verbose cargo test "$@" --features sn_fake_clock --release --verbose