Add script to build everything and run all tests
This commit is contained in:
parent
d49e8881fd
commit
9a6a01a672
3 changed files with 11 additions and 35 deletions
8
test.sh
Executable file
8
test.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
cargo doc
|
||||
cargo test
|
||||
cargo build --release --all
|
||||
env RUST_LOG=editor_test=info target/release/editor-test
|
||||
Loading…
Add table
Add a link
Reference in a new issue