summaryrefslogtreecommitdiffstats
path: root/core/test.sh
blob: 1fabc52e085aaa3a4cba8216aa79cddef303b6e6 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/bash

set -eu

cargo test --all-features "$@"
cargo clean -p mail-core
cargo build "$@"
rustdoc --test README.md -L./target/debug/deps