1 2 3 4 5 6 7 8 9 10 11
set -ex main() { cross test --target $TARGET cross test --target $TARGET --release cross test --no-default-features --target $TARGET cross test --no-default-features --target $TARGET --release } main