1 2 3 4 5 6 7 8
#!/bin/bash -e # dup of the list in .travis.yml cargo build --locked cargo test cargo fmt -- --check cargo clippy -- --deny warnings cargo udeps --locked --all-targets