cosmic-text/test.sh

9 lines
136 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -ex
cargo doc
cargo test
cargo build --release --all
env RUST_LOG=editor_test=info target/release/editor-test