blob: ae48626050a421e23892b115274ea064355896cc [file] [log] [blame]
#!/bin/sh
for EXP in "experimental" ""; do
for STD in "std" ""; do
cargo test --features "$EXP $STD"
done
done