cosmic-text/test.sh
2022-11-01 08:38:44 -06:00

8 lines
136 B
Bash
Executable file

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