Add cargo test to e2etest

This commit is contained in:
Ryan Geary 2019-09-17 23:48:59 -04:00
parent 5c96955257
commit e28bdcce12

View file

@ -27,3 +27,7 @@ if [ $r -ne 2 ]; then
else
echo "Success"
fi
cargo test
cd $orig_dir