This commit is contained in:
Sergey Pepyakin 2018-01-31 19:33:04 +03:00
parent a641261817
commit c16a082c3f
1 changed files with 12 additions and 0 deletions

12
check.sh Executable file
View File

@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -eux
cd $(dirname $0)
cargo check --tests
cargo check \
--manifest-path=spec/Cargo.toml \
--tests
cd -