blob: 07fbb522a0d90d5b56b2573dc46d323150d661b9 [file] [log] [blame] [edit]
#!/bin/bash
set -ex
cd $(dirname "$0")
rm -f perf.data perf.data.old
bash test-ci.sh
cargo test --features test_js,quickcheck --release
cargo run --example dictionary --release