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

set -eu

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