1 2 3 4 5 6 7 8
#!/bin/bash # Error out if any command fails set -e typos cargo outdated -w --exit-code 1 cargo test --workspace --all-targets