Update all CI scripts and mark as executable

This commit is contained in:
Lucien Greathouse
2019-10-01 18:07:32 -07:00
parent 09368e87cf
commit bdd9c58cae
5 changed files with 28 additions and 1 deletions

9
bin/run-cli-tests.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -e
cargo test --all --locked
cargo fmt -- --check
touch src/lib.rs # Nudge Rust source to make Clippy actually check things
cargo clippy