1 2 3 4 5 6 7 8
#!/bin/bash set -o errexit -o nounset ./ci/test.sh printf "\n\n---- format consistency ----\n\n" cargo test -p sval_fmt_tests