Add script to build everything and run all tests

This commit is contained in:
Jeremy Soller 2022-11-01 08:38:44 -06:00
parent d49e8881fd
commit 9a6a01a672
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
3 changed files with 11 additions and 35 deletions

8
test.sh Executable file
View 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